/**
 * Clay 3.119.1
 *
 * 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.119.1
 *
 * 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;
}

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

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

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

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

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

.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
  min-height: auto;
  padding: 0.285rem 0.75rem;
}
.sidebar-sm .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}
.sidebar-sm .list-group-item-flex .autofit-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

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

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

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

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

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

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

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

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

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info {
  transition: none;
}

.drop-here-info .drop-here-indicator {
  height: 115px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.drop-here-info .drop-icons {
  display: inline-block;
  position: relative;
  width: 160px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}
.drop-here-info .drop-icons {
  transition: none;
}

.drop-here-info .drop-icons span {
  border-radius: 3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  transition: none;
}

.drop-here-info .drop-icons span:nth-of-type(1) {
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  transform: rotate(25deg);
  width: 60px;
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
  height: 80px;
  left: 40px;
  line-height: 80px;
  width: 80px;
  z-index: 2;
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 45px;
  height: 70px;
  left: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  transform: rotate(-25deg);
  width: 70px;
  z-index: 1;
}
.drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac;
}
.drop-here-info .drop-text {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-left: 0;
  margin-top: 20px;
}
.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
  opacity: 1;
}
.drop-active .drop-here-info span:nth-of-type(1) {
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  transform: rotate(15deg);
}

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(../images/states/empty_state.svg);
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-result-message-header,
  .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header,
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state.svg);
  max-width: 210px;
  padding-top: 232px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-state {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-success-state {
    background-image: url(../images/states/success_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-search-state {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}
.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description, .taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.active-area {
  background: #ffc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lfr-page-layouts {
  padding: 0;
}
.lfr-page-layouts input[type=radio] {
  opacity: 0;
  position: absolute;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal {
  cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  bottom: -0.0625rem;
  content: "";
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts 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: #6b6c7e;
}

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

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

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

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

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

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

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

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

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

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%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;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
@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: 14px;
  font-weight: 600;
}
html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: 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;
    transform: translateY(-97%);
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms;
  }
}
@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    display: box;
    display: flex;
  }
}
html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block;
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: 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;
    transform: translateY(-97%);
  }
}
@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}

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

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

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

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

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

.portlet-topper {
  background-color: #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.25s, transform 0.25s;
    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: 1px 1px 1px 1px;
  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;
}

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
div:not(.portlet-configuration-setup) {
  @import 'https://unpkg.com/aos@2.3.1/dist/aos.css';
  /* Slider */
  /* Slider */
  /* Icons */
  /* Arrows */
  /* Dots */
  /* For Webkit-based browsers (Chrome, Safari and Opera) */
  /* For IE, Edge and Firefox */
  @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,400&display=swap");
  /* Handle */
  /* Handle on hover */
  /* submit and alert success  */
  /* checkbox */
}
div:not(.portlet-configuration-setup) .page-loader {
  position: fixed;
  z-index: 200;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  display: block;
}
div:not(.portlet-configuration-setup) .page-loader .lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
div:not(.portlet-configuration-setup) .page-loader .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
div:not(.portlet-configuration-setup) .page-loader .fa-solid {
  font-size: 2.5rem;
}
div:not(.portlet-configuration-setup) .page-loader,
div:not(.portlet-configuration-setup) .page-loader.visible {
  -webkit-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  opacity: 1;
  visibility: visible;
}
div:not(.portlet-configuration-setup) .page-loader div {
  position: absolute;
  top: 50%;
  width: 80px;
  left: 50%;
  margin-left: -40px;
  color: #FFFFFF;
  margin-top: 0;
  display: block;
}
div:not(.portlet-configuration-setup) .page-loader div .icon {
  position: absolute;
  display: inline-block;
  margin-left: -40px;
  margin-top: -40px;
  left: 50%;
  width: 80px;
  height: 80px;
  content: "";
  background: transparent;
  border-radius: 100px;
  border: 2px solid #FFFFFF;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
div:not(.portlet-configuration-setup) .page-loader div p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 1em;
  padding-left: 1em;
  text-transform: uppercase;
  /*			font-family: 'Montserrat';*/
  font-family: "Roboto", "Helvetica", sans-serif;
  font-weight: bold;
}
div:not(.portlet-configuration-setup) .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
div:not(.portlet-configuration-setup) .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
div:not(.portlet-configuration-setup) .slick-list:focus {
  outline: none;
}
div:not(.portlet-configuration-setup) .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
div:not(.portlet-configuration-setup) .slick-slider .slick-track,
div:not(.portlet-configuration-setup) .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
div:not(.portlet-configuration-setup) .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
div:not(.portlet-configuration-setup) .slick-track:before, div:not(.portlet-configuration-setup) .slick-track:after {
  content: "";
  display: table;
}
div:not(.portlet-configuration-setup) .slick-track:after {
  clear: both;
}
.slick-loading div:not(.portlet-configuration-setup) .slick-track {
  visibility: hidden;
}
div:not(.portlet-configuration-setup) .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] div:not(.portlet-configuration-setup) .slick-slide {
  float: right;
}
div:not(.portlet-configuration-setup) .slick-slide img {
  display: block;
}
div:not(.portlet-configuration-setup) .slick-slide.slick-loading img {
  display: none;
}
div:not(.portlet-configuration-setup) .slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized div:not(.portlet-configuration-setup) .slick-slide {
  display: block;
}
.slick-loading div:not(.portlet-configuration-setup) .slick-slide {
  visibility: hidden;
}
.slick-vertical div:not(.portlet-configuration-setup) .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
div:not(.portlet-configuration-setup) .slick-arrow.slick-hidden {
  display: none;
}
div:not(.portlet-configuration-setup) .fix-service-img-width {
  width: auto !important;
}
.slick-loading div:not(.portlet-configuration-setup) .slick-list {
  background: #fff url("../assets/images/ajax-loader.gif") center center no-repeat;
}
@font-face {
  div:not(.portlet-configuration-setup) {
    font-family: "slick";
    src: url("../fonts/slick.eot");
    src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
  }
}
div:not(.portlet-configuration-setup) .slick-prev,
div:not(.portlet-configuration-setup) .slick-next {
  position: absolute;
  display: block;
  height: 38px;
  width: 38px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none !important;
  outline: none;
  border-radius: 100%;
}
div:not(.portlet-configuration-setup) .slick-prev:hover, div:not(.portlet-configuration-setup) .slick-prev:focus,
div:not(.portlet-configuration-setup) .slick-next:hover,
div:not(.portlet-configuration-setup) .slick-next:focus {
  outline: none;
  background: rgba(0, 0, 0, 0.6);
  color: transparent;
}
div:not(.portlet-configuration-setup) .slick-prev:hover:before, div:not(.portlet-configuration-setup) .slick-prev:focus:before,
div:not(.portlet-configuration-setup) .slick-next:hover:before,
div:not(.portlet-configuration-setup) .slick-next:focus:before {
  opacity: 1;
}
div:not(.portlet-configuration-setup) .slick-prev.slick-disabled:before,
div:not(.portlet-configuration-setup) .slick-next.slick-disabled:before {
  opacity: 0.25;
}
div:not(.portlet-configuration-setup) .slick-prev:before,
div:not(.portlet-configuration-setup) .slick-next:before {
  background: url("../assets/icons/arrow.svg") no-repeat center 100%;
  width: 38px;
  height: 38px;
  display: block;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
  border-radius: 100% !important;
  border: 1px solid #fff !important;
}
div:not(.portlet-configuration-setup) .slick-prev {
  left: -25px;
}
[dir=rtl] div:not(.portlet-configuration-setup) .slick-prev {
  left: auto;
  right: -25px;
}
div:not(.portlet-configuration-setup) .slick-prev:before {
  content: "";
}
[dir=rtl] div:not(.portlet-configuration-setup) .slick-prev:before {
  content: "";
}
div:not(.portlet-configuration-setup) .slick-next {
  right: -25px;
}
[dir=rtl] div:not(.portlet-configuration-setup) .slick-next {
  left: -25px;
  right: auto;
}
div:not(.portlet-configuration-setup) .slick-next:before {
  transform: rotate(180deg);
  content: "";
}
[dir=rtl] div:not(.portlet-configuration-setup) .slick-next:before {
  content: "";
}
div:not(.portlet-configuration-setup) .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
div:not(.portlet-configuration-setup) .slick-dots {
  position: absolute;
  bottom: -10px;
  list-style: none;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  flex-flow: wrap;
}
div:not(.portlet-configuration-setup) .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
div:not(.portlet-configuration-setup) .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 24px;
  outline: none;
  font-size: 20px;
  line-height: 1;
  padding: 5px;
  color: #fff;
  cursor: pointer;
  font-weight: 300;
}
div:not(.portlet-configuration-setup) .slick-dots li button:hover, div:not(.portlet-configuration-setup) .slick-dots li button:focus {
  outline: none;
  background: transparent;
  color: #ffc107;
}
div:not(.portlet-configuration-setup) .slick-dots li button:hover:before, div:not(.portlet-configuration-setup) .slick-dots li button:focus:before {
  opacity: 1;
}
div:not(.portlet-configuration-setup) .slick-dots li.slick-active button {
  color: #ffc107;
}
div:not(.portlet-configuration-setup) .slick-dots li.slick-active button:before {
  color: white;
  opacity: 0.75;
}
div:not(.portlet-configuration-setup) .project-slide .slick-dots {
  /*&:before {
      content: 'Imagens do projeto';
      text-transform: uppercase;
      display: inline-block;
      padding: 5px 8px;
      @include media-breakpoint-down(sm) {
          display: block;
          width: 100%;
      }
  }*/
}
div:not(.portlet-configuration-setup) .project-slide .slick-dots #pagesLabel {
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 767.98px) {
  div:not(.portlet-configuration-setup) .project-slide .slick-dots #pagesLabel {
    display: block;
    width: 100%;
  }
}
div:not(.portlet-configuration-setup) .project-slide .slick-dots li {
  display: none;
  transition: 0.1s all;
  width: 20px;
}
div:not(.portlet-configuration-setup) .project-slide .slick-dots li.slick-active,
div:not(.portlet-configuration-setup) .project-slide .slick-dots li:has(+ .slick-active),
div:not(.portlet-configuration-setup) .project-slide .slick-dots li:has(+ li + .slick-active),
div:not(.portlet-configuration-setup) .project-slide .slick-dots li.slick-active + li,
div:not(.portlet-configuration-setup) .project-slide .slick-dots li.slick-active + li + li,
div:not(.portlet-configuration-setup) .project-slide .slick-dots li.slick-active:first-child + li + li,
div:not(.portlet-configuration-setup) .project-slide .slick-dots li.slick-active:first-child + li + li + li,
div:not(.portlet-configuration-setup) .project-slide .slick-dots li.slick-active:first-child + li + li + li + li {
  display: block;
}
div:not(.portlet-configuration-setup) .project-slide .slick-dots li:first-child,
div:not(.portlet-configuration-setup) .project-slide .slick-dots li:nth-last-child(1),
div:not(.portlet-configuration-setup) .project-slide .slick-dots li:nth-last-child(2),
div:not(.portlet-configuration-setup) .project-slide .slick-dots li:nth-last-child(3) {
  display: inline-block;
}
div:not(.portlet-configuration-setup) .project-slide .slick-dots li.slick-active ~ li:nth-last-child(2),
div:not(.portlet-configuration-setup) .project-slide .slick-dots li.slick-active ~ li:nth-last-child(3) {
  display: none;
}
div:not(.portlet-configuration-setup) .project-slide .slick-dots li.slick-active ~ li:nth-last-child(1) {
  padding-left: 10px;
}
div:not(.portlet-configuration-setup) .project-slide .slick-dots li.slick-active ~ li:nth-last-child(1)::before {
  content: "...";
  position: absolute;
  left: 0;
  display: inline-block;
}
div:not(.portlet-configuration-setup) .project-slide .slick-dots li:first-child:not(.slick-active) {
  padding-right: 25px;
}
div:not(.portlet-configuration-setup) .project-slide .slick-dots li:first-child:not(.slick-active)::before {
  content: "...";
  position: absolute;
  right: -3px;
  display: inline-block;
}
div:not(.portlet-configuration-setup) .project-slide .slick-dots li.slick-active + li + li:nth-last-child(1),
div:not(.portlet-configuration-setup) .project-slide .slick-dots li.slick-active + li:nth-last-child(3),
div:not(.portlet-configuration-setup) .project-slide .slick-dots li.slick-active + li:nth-last-child(2),
div:not(.portlet-configuration-setup) .project-slide .slick-dots li.slick-active + li:nth-last-child(1) {
  display: block !important;
}
@media (min-width: 768px) {
  div:not(.portlet-configuration-setup) .container-md, div:not(.portlet-configuration-setup) .container-sm, div:not(.portlet-configuration-setup) .container {
    max-width: 820px;
  }
}
@media (min-width: 1200px) {
  div:not(.portlet-configuration-setup) .container, div:not(.portlet-configuration-setup) .container-sm, div:not(.portlet-configuration-setup) .container-md, div:not(.portlet-configuration-setup) .container-lg, div:not(.portlet-configuration-setup) .container-xl {
    max-width: 990px;
  }
  div:not(.portlet-configuration-setup) .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1680px;
  }
}
@media (min-width: 1366px) {
  div:not(.portlet-configuration-setup) .container, div:not(.portlet-configuration-setup) .container-sm, div:not(.portlet-configuration-setup) .container-md, div:not(.portlet-configuration-setup) .container-lg, div:not(.portlet-configuration-setup) .container-xl {
    max-width: 1100px;
  }
}
div:not(.portlet-configuration-setup) .grey-1 {
  color: #9B9C9C;
}
div:not(.portlet-configuration-setup) .grey-2 {
  color: #9B9C9C;
}
div:not(.portlet-configuration-setup) .yellow {
  color: #FFC223;
}
div:not(.portlet-configuration-setup) .orange {
  color: #FFC223;
}
div:not(.portlet-configuration-setup) html {
  scroll-behavior: smooth;
}
div:not(.portlet-configuration-setup) body {
  width: 100%;
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  background-color: #000000;
  color: #FFFFFF;
  overflow-x: hidden;
  font-size: 14px;
  transition: opacity ease-in 0.2s;
  margin: 0;
}
div:not(.portlet-configuration-setup) figure,
div:not(.portlet-configuration-setup) img {
  max-width: 100%;
}
div:not(.portlet-configuration-setup) .wrapper a {
  color: #FFFFFF;
  transition: 0.3s;
}
div:not(.portlet-configuration-setup) .wrapper a:hover {
  color: #FFC223;
  text-decoration: none;
}
div:not(.portlet-configuration-setup) .z-index-1 {
  position: relative;
  z-index: 1;
}
div:not(.portlet-configuration-setup) h1, div:not(.portlet-configuration-setup) h2, div:not(.portlet-configuration-setup) h3, div:not(.portlet-configuration-setup) h4, div:not(.portlet-configuration-setup) h5, div:not(.portlet-configuration-setup) h6,
div:not(.portlet-configuration-setup) .h1, div:not(.portlet-configuration-setup) .h2, div:not(.portlet-configuration-setup) .h3, div:not(.portlet-configuration-setup) .h4, div:not(.portlet-configuration-setup) .h5, div:not(.portlet-configuration-setup) .h6 {
  margin-bottom: 1rem;
  font-weight: 400;
}
div:not(.portlet-configuration-setup) .wrapper {
  max-width: 100%;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}
div:not(.portlet-configuration-setup) .scrollbar-hide::-webkit-scrollbar {
  display: none;
}
div:not(.portlet-configuration-setup) .scrollbar-hide {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
div:not(.portlet-configuration-setup) .full-line::before {
  content: "";
  width: 100vw;
  max-width: 100%;
  display: block;
  height: 1px;
  background-color: rgba(250, 250, 250, 0.4588235294);
  position: relative;
  z-index: 1;
}
div:not(.portlet-configuration-setup) .gap-4 {
  gap: 4px;
}
div:not(.portlet-configuration-setup) .gap-6 {
  gap: 4px;
}
div:not(.portlet-configuration-setup) .gap-8 {
  gap: 8px;
}
div:not(.portlet-configuration-setup) .py-6 {
  padding: 75px 0;
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) .py-6 {
    padding: 40px 0;
  }
}
div:not(.portlet-configuration-setup) .page-content {
  padding: 150px 0 0 0;
  z-index: 1;
  position: relative;
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) .page-content {
    padding: 100px 0 0 0;
  }
}
div:not(.portlet-configuration-setup) .container {
  z-index: 1;
  position: relative;
}
div:not(.portlet-configuration-setup) video {
  max-width: 100%;
}
div:not(.portlet-configuration-setup) .maquete .subtitle,
div:not(.portlet-configuration-setup) .maquete p {
  font-size: 1rem;
}
div:not(.portlet-configuration-setup) ::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 20px;
}
div:not(.portlet-configuration-setup) ::-webkit-scrollbar-thumb:hover {
  background: #4c4b4b;
}
div:not(.portlet-configuration-setup) .wrapper input[type=submit],
div:not(.portlet-configuration-setup) .wrapper input[type=reset],
div:not(.portlet-configuration-setup) .wrapper input[type=button],
div:not(.portlet-configuration-setup) .wrapper button,
div:not(.portlet-configuration-setup) .wrapper .btn {
  text-shadow: none;
  box-shadow: none;
  line-height: 1.75em;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  background: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  outline: none;
  border-radius: 0;
}
div:not(.portlet-configuration-setup) .btn-inverted {
  background: #FFF;
  border: 1px solid #FFF;
  color: #000;
  outline: none;
  border-radius: 0;
}
div:not(.portlet-configuration-setup) input[type=submit]:hover,
div:not(.portlet-configuration-setup) input[type=reset]:hover,
div:not(.portlet-configuration-setup) input[type=button]:hover,
div:not(.portlet-configuration-setup) button:hover,
div:not(.portlet-configuration-setup) .btn:hover {
  background-color: #FFF;
  color: #000;
  box-shadow: 0 0 0;
  border-color: transparent;
}
div:not(.portlet-configuration-setup) .see-more {
  padding: 20px 10px 20px 20px;
  width: 100%;
  text-align: right;
  display: block;
  border-left: 1px solid rgba(250, 250, 250, 0.4588235294);
  position: relative;
  font-size: 1rem;
}
div:not(.portlet-configuration-setup) .see-more:hover svg line {
  stroke: #FFF !important;
}
div:not(.portlet-configuration-setup) .hero .see-more:before {
  content: "";
  background-color: rgba(250, 250, 250, 0.4588235294);
  height: 0;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transition: height 0.2s ease-in-out;
}
div:not(.portlet-configuration-setup) .hero .see-more:hover:before {
  height: 100%;
}
div:not(.portlet-configuration-setup) .btn-plus {
  width: 38px;
  height: 38px;
  line-height: 19px;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 50%;
  padding: 8px;
  display: inline-block;
  text-align: center;
}
div:not(.portlet-configuration-setup) .btn-plus:hover {
  background-color: #FFF;
  color: #000;
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) .btn-back {
    position: fixed;
    z-index: 99;
    left: 50%;
    top: 95%;
    margin-left: -19px;
    background: url(../assets/icons/arrow.svg) no-repeat center 100%;
    width: 38px;
    height: 38px;
    display: none;
    line-height: 1;
    color: white;
    opacity: 1;
    border: 1px solid #FFF;
    transform: rotate(90deg);
    background-color: #313637;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
    border-radius: 100%;
  }
}
div:not(.portlet-configuration-setup) input[type=password]:focus,
div:not(.portlet-configuration-setup) input[type=email]:focus,
div:not(.portlet-configuration-setup) input[type=text]:focus,
div:not(.portlet-configuration-setup) input[type=file]:focus,
div:not(.portlet-configuration-setup) input[type=radio]:focus,
div:not(.portlet-configuration-setup) input[type=checkbox]:focus,
div:not(.portlet-configuration-setup) .form-control:focus,
div:not(.portlet-configuration-setup) textarea:focus {
  outline: none !important;
  box-shadow: 0 0 0;
  background-color: transparent !important;
}
div:not(.portlet-configuration-setup) input[type=password],
div:not(.portlet-configuration-setup) input[type=email],
div:not(.portlet-configuration-setup) input[type=text],
div:not(.portlet-configuration-setup) input[type=file],
div:not(.portlet-configuration-setup) .form-control,
div:not(.portlet-configuration-setup) textarea {
  max-width: 100%;
  margin-bottom: 12px;
  padding: 15px 0 !important;
  height: auto;
  background-color: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-size: 15px;
  font-weight: 300;
  color: #FFF;
  background-image: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 0px;
  outline: none;
}
div:not(.portlet-configuration-setup) input:focus,
div:not(.portlet-configuration-setup) textarea:focus {
  border-bottom: 1px solid rgb(255, 255, 255);
}
div:not(.portlet-configuration-setup) select {
  padding: 10px;
  border-radius: 5px;
}
div:not(.portlet-configuration-setup) table,
div:not(.portlet-configuration-setup) th,
div:not(.portlet-configuration-setup) tr,
div:not(.portlet-configuration-setup) td {
  border: 1px solid rgba(255, 255, 255, 0.03);
}
div:not(.portlet-configuration-setup) th,
div:not(.portlet-configuration-setup) tr,
div:not(.portlet-configuration-setup) td {
  padding: 10px;
}
div:not(.portlet-configuration-setup) input[type=submit] {
  font-size: 15px;
  font-weight: 400;
  background: transparent;
  color: #fff;
  padding: 10px 30px;
  margin: 0;
  display: block;
  position: relative;
}
div:not(.portlet-configuration-setup) input[type=checkbox] {
  position: relative;
  cursor: pointer;
  margin: 5px 35px 15px 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
div:not(.portlet-configuration-setup) input[type=checkbox]:before {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #e9e9ec;
  background: transparent;
  position: absolute;
  top: -1px;
  margin-left: -3px;
}
div:not(.portlet-configuration-setup) input[type=checkbox]:after {
  font-family: "FontAwesome";
  content: "\f00c";
  color: #fff;
  background: transparent;
  position: absolute;
  top: 2px;
  margin-left: -1px;
  left: 0;
  width: 18px;
  height: 18px;
  border: none;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  will-change: opacity;
  font-size: 12px;
}
div:not(.portlet-configuration-setup) input[type=checkbox]:checked:after {
  opacity: 1;
}
div:not(.portlet-configuration-setup) ::-webkit-input-placeholder {
  color: #fff;
}
div:not(.portlet-configuration-setup) :-moz-placeholder {
  color: #fff;
}
div:not(.portlet-configuration-setup) ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
div:not(.portlet-configuration-setup) :-ms-input-placeholder {
  color: #fff;
}
div:not(.portlet-configuration-setup) .form-search input {
  border: 1px solid;
  border-color: grey;
  border-radius: 1px;
  color: black;
}
div:not(.portlet-configuration-setup) header {
  padding: 2rem 0 1rem 0;
  background-color: transparent;
  transition: 0.3s ease-in;
}
div:not(.portlet-configuration-setup) header.h-full {
  position: absolute;
  left: 0;
}
div:not(.portlet-configuration-setup) header.is-sticky {
  background-color: rgba(2, 3, 10, 0.8);
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) header {
    padding: 0.875rem 0;
  }
}
div:not(.portlet-configuration-setup) header .navbar-brand {
  width: 200px;
  position: relative;
  z-index: 2;
  padding: 0;
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) header .navbar-brand {
    width: 150px;
  }
}
div:not(.portlet-configuration-setup) header .navbar-toggler {
  padding: 0;
  z-index: 2;
  -webkit-appearance: none;
  appearance: none;
}
div:not(.portlet-configuration-setup) header .navbar-toggler:focus {
  box-shadow: none;
}
div:not(.portlet-configuration-setup) header .navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  transition: linear 0.2s;
  background-color: #FFFFFF;
  position: relative;
}
div:not(.portlet-configuration-setup) header .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
div:not(.portlet-configuration-setup) header .navbar-toggler .icon-bar:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: 30% 0;
}
div:not(.portlet-configuration-setup) header .navbar-toggler .icon-bar:nth-child(2) {
  transform: rotate(-45deg);
  transform-origin: 30% 100%;
}
div:not(.portlet-configuration-setup) header .navbar-toggler.collapsed {
  padding: 0;
  position: static;
}
div:not(.portlet-configuration-setup) header .navbar-toggler.collapsed .icon-bar:nth-child(1) {
  transform: rotate(0deg);
  transform-origin: 5px 90%;
}
div:not(.portlet-configuration-setup) header .navbar-toggler.collapsed .icon-bar:nth-child(2) {
  transform: rotate(0deg);
  transform-origin: 3px 0;
}
div:not(.portlet-configuration-setup) header .navbar .navbar-content {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  position: relative;
  bottom: -30px;
  height: 100%;
  overflow-y: auto;
}
div:not(.portlet-configuration-setup) header .navbar .navbar-content .nav-item {
  opacity: 0;
  transition: linear 0.3s 0.3s;
}
div:not(.portlet-configuration-setup) header .navbar .navbar-content .nav-link {
  font-size: 32px;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
  display: inline-flex;
  align-items: baseline;
  font-weight: 300;
  padding-left: 0px;
}
@media (max-width: 1199.98px) {
  div:not(.portlet-configuration-setup) header .navbar .navbar-content .nav-link {
    padding-left: 13px;
  }
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) header .navbar .navbar-content .nav-link {
    font-size: 20px;
    font-family: 400;
    padding-left: 15px;
  }
}
div:not(.portlet-configuration-setup) header .navbar .navbar-content .nav-link .icon {
  margin-left: 16px;
  height: 40px;
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) header .navbar .navbar-content .nav-link .icon {
    height: 25px;
  }
}
div:not(.portlet-configuration-setup) header .navbar .navbar-content .nav-link:before {
  content: "";
}
div:not(.portlet-configuration-setup) header .navbar .navbar-content .nav-link:hover {
  color: #FFC223;
}
div:not(.portlet-configuration-setup) header .navbar .navbar-content .sub-menu {
  list-style: none;
  padding-left: 16px;
  background-color: transparent !important;
  border-radius: 0;
  border: none;
  display: block;
  height: 0;
  opacity: 0;
  margin-top: -16px;
  transition: 0.3s;
}
div:not(.portlet-configuration-setup) header .navbar .navbar-content .sub-menu .nav-link {
  color: #FFF;
  text-transform: none;
}
div:not(.portlet-configuration-setup) header .navbar .navbar-content .sub-menu .nav-link:before {
  content: "";
}
div:not(.portlet-configuration-setup) header .navbar .navbar-content .sub-menu .nav-link:hover {
  color: #FFC223;
}
div:not(.portlet-configuration-setup) header .navbar .navbar-content .sub-menu.show {
  margin-top: 0;
  opacity: 1;
  height: auto;
}
div:not(.portlet-configuration-setup) header .navbar .navbar-collapse {
  padding: 112px 0 50px 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}
div:not(.portlet-configuration-setup) header .navbar .navbar-collapse .menuIn {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: rgba(227, 162, 2, 0.98);
  pointer-events: none;
  transition: clip-path ease-in 0.5s;
  visibility: hidden;
}
div:not(.portlet-configuration-setup) header .navbar .navbar-collapse .animationLeave {
  animation: 0.8s down-leave;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
div:not(.portlet-configuration-setup) header .navbar .navbar-collapse.show {
  pointer-events: all;
}
div:not(.portlet-configuration-setup) header .navbar .navbar-collapse.show .menuIn {
  animation: 0.7s down-enter;
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  visibility: visible;
}
div:not(.portlet-configuration-setup) header .navbar .navbar-collapse.show .navbar-nav {
  display: block;
}
div:not(.portlet-configuration-setup) header .navbar .navbar-collapse.show .navbar-content {
  opacity: 1;
  pointer-events: all;
  bottom: 0;
}
div:not(.portlet-configuration-setup) header .navbar .navbar-collapse.show .nav-item {
  opacity: 1;
}
@keyframes down-enter {
  from {
    visibility: hidden;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  20% {
    clip-path: polygon(100% 0, 0 0, 0 100%, 85% 100%);
  }
  to {
    visibility: visible;
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
}
@keyframes down-leave {
  0% {
    visibility: visible;
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
  20% {
    clip-path: polygon(100% 0, 0 0, 0 100%, 85% 100%);
  }
  100% {
    visibility: hidden;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
}
div:not(.portlet-configuration-setup) .card-fade {
  position: relative;
  width: 192px;
  height: 192px;
}
div:not(.portlet-configuration-setup) .card-fade img {
  width: 100%;
  height: 192px;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) .card-fade {
    height: calc((100vw - 50px) * 0.6666666667);
    overflow: hidden;
    width: 100%;
  }
  div:not(.portlet-configuration-setup) .card-fade img {
    height: auto;
  }
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) #usedMaterialImg {
    height: 100% !important;
  }
}
div:not(.portlet-configuration-setup) .hero {
  min-height: 660px;
  padding: 150px 0;
  position: relative;
  background-attachment: fixed;
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) .hero {
    padding: 120px 0;
  }
}
div:not(.portlet-configuration-setup) .hero .hero-mask {
  backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
div:not(.portlet-configuration-setup) .hero .container, div:not(.portlet-configuration-setup) .hero .content {
  position: relative;
  z-index: 1;
}
div:not(.portlet-configuration-setup) .hero-title {
  font-size: 1.4rem;
  line-height: 1.225;
  font-weight: 400;
}
div:not(.portlet-configuration-setup) .hero-title h2 {
  font-size: 1.4rem;
  margin: 0 8px 20px 0;
  font-weight: 300;
  color: #9B9C9C;
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) .hero-title h2 {
    font-size: 1.3rem;
  }
}
@media (max-width: 767.98px) {
  div:not(.portlet-configuration-setup) .hero-title h2 {
    font-size: 1.1rem;
  }
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) .hero-title {
    font-size: 1.26rem;
    white-space: nowrap;
  }
}
@media (max-width: 767.98px) {
  div:not(.portlet-configuration-setup) .hero-title {
    font-size: 1rem;
  }
}
div:not(.portlet-configuration-setup) .hero-title .btn-plus {
  width: 20px;
  height: 20px;
  padding: 3.3px;
  line-height: 12px;
}
div:not(.portlet-configuration-setup) .hero .video {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  div:not(.portlet-configuration-setup) .hero .video {
    height: auto;
  }
}
div:not(.portlet-configuration-setup) .hero .cards {
  gap: 6px;
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) .hero .cards {
    display: none !important;
  }
}
div:not(.portlet-configuration-setup) .hero .card-fade {
  width: calc(50% - 3px);
}
div:not(.portlet-configuration-setup) .projects-section {
  position: relative;
  z-index: 1;
}
div:not(.portlet-configuration-setup) .projects-title {
  font-size: 38px;
  text-transform: uppercase;
  width: 100%;
  padding: 3rem 4rem 80px;
  margin-top: -80px;
  background-color: #000000;
  color: #9B9C9C;
  line-height: 1.2;
}
div:not(.portlet-configuration-setup) .projects-title span,
div:not(.portlet-configuration-setup) .projects-title h2 {
  opacity: 0.6;
}
div:not(.portlet-configuration-setup) .projects-title h2 {
  font-size: 38px;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  div:not(.portlet-configuration-setup) .projects-title {
    padding: 2rem;
    font-size: 22px;
  }
  div:not(.portlet-configuration-setup) .projects-title h2 {
    font-size: 22px;
  }
}
div:not(.portlet-configuration-setup) .projects-wrapper {
  gap: 6px;
  position: relative;
  z-index: 1;
}
div:not(.portlet-configuration-setup) .projects-wrapper .project-image {
  margin-bottom: 0;
  position: relative;
  transition: 1.4s;
}
div:not(.portlet-configuration-setup) .projects-wrapper .project-image img {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  div:not(.portlet-configuration-setup) .projects-wrapper .project-image::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid transparent;
    transition: 0.5s;
  }
  div:not(.portlet-configuration-setup) .projects-wrapper .project-image:hover:after {
    top: 16px;
    left: 16px;
    right: 16px;
    bottom: 16px;
    border: 1px solid rgba(250, 250, 250, 0.4588235294);
  }
  div:not(.portlet-configuration-setup) .projects-wrapper .project-image:hover .icon line {
    stroke: #FFF;
  }
  div:not(.portlet-configuration-setup) .projects-wrapper .project-image:hover + .project-title a {
    color: #FFC223;
  }
}
div:not(.portlet-configuration-setup) .projects-wrapper .projects-col {
  padding: 0;
  gap: 6px;
  display: flex;
  flex-flow: column;
}
@media (max-width: 1199.98px) {
  div:not(.portlet-configuration-setup) .projects-wrapper .projects-col .project-image:nth-child(2) .project-info {
    align-items: baseline;
    flex-direction: row-reverse;
  }
}
div:not(.portlet-configuration-setup) .projects-wrapper .projects-col .project-info {
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
div:not(.portlet-configuration-setup) .projects-wrapper .projects-col .project-info small {
  font-weight: 300;
  font-size: 14px;
}
div:not(.portlet-configuration-setup) .projects-wrapper .projects-col .project-info .icon {
  width: 18px;
  height: 10px;
}
@media (min-width: 992px) {
  div:not(.portlet-configuration-setup) .projects-wrapper .projects-col .project-info {
    position: absolute;
    height: 70px;
    width: 100%;
    padding: 10px 0;
  }
}
@media (min-width: 992px) {
  div:not(.portlet-configuration-setup) .projects-wrapper .projects-col {
    width: calc(50% - 3px);
  }
  div:not(.portlet-configuration-setup) .projects-wrapper .projects-col:nth-child(1) .project-image {
    height: 606px;
  }
  div:not(.portlet-configuration-setup) .projects-wrapper .projects-col:nth-child(1) .project-info {
    bottom: -70px;
    left: 0;
  }
  div:not(.portlet-configuration-setup) .projects-wrapper .projects-col:nth-child(2) .project-info {
    top: -70px;
    left: 0;
    align-items: flex-end;
  }
  div:not(.portlet-configuration-setup) .projects-wrapper .projects-col:nth-child(2) .project-image:last-child .project-info {
    bottom: -70px;
    top: auto;
    left: 0;
    text-align: right;
    align-items: flex-start;
  }
  div:not(.portlet-configuration-setup) .projects-wrapper .projects-col:nth-child(2) .project-image {
    height: 300px;
  }
}
div:not(.portlet-configuration-setup) .list-project .projects-wrapper,
div:not(.portlet-configuration-setup) .related-project .projects-wrapper {
  flex-wrap: wrap;
  gap: 0;
}
div:not(.portlet-configuration-setup) .list-project .projects-wrapper [class*=col-],
div:not(.portlet-configuration-setup) .list-project .projects-wrapper [class*=col],
div:not(.portlet-configuration-setup) .related-project .projects-wrapper [class*=col-],
div:not(.portlet-configuration-setup) .related-project .projects-wrapper [class*=col] {
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
  flex-direction: column;
}
div:not(.portlet-configuration-setup) .list-project .project-image,
div:not(.portlet-configuration-setup) .related-project .project-image {
  width: 100%;
  height: 224px;
  display: block;
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) .list-project .project-image,
  div:not(.portlet-configuration-setup) .related-project .project-image {
    height: calc((100vw - 50px) * 0.6666666667);
    overflow: hidden;
    width: 100%;
  }
}
div:not(.portlet-configuration-setup) .list-project .project-title,
div:not(.portlet-configuration-setup) .related-project .project-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
div:not(.portlet-configuration-setup) .list-project .project-title .project-link,
div:not(.portlet-configuration-setup) .related-project .project-title .project-link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}
div:not(.portlet-configuration-setup) .list-project .legend,
div:not(.portlet-configuration-setup) .related-project .legend {
  display: inline-block;
  width: auto;
  padding: 2px;
  gap: 4px;
}
div:not(.portlet-configuration-setup) .list-project .legend img,
div:not(.portlet-configuration-setup) .related-project .legend img {
  display: inline-block;
}
div:not(.portlet-configuration-setup) .related-project .slide-card {
  margin: 0;
}
div:not(.portlet-configuration-setup) .related-project .slick-arrow {
  top: 50%;
  z-index: 1;
}
div:not(.portlet-configuration-setup) .related-project .slick-arrow::before {
  background-size: 100%;
}
div:not(.portlet-configuration-setup) .related-project .slick-dotted.slick-slider {
  margin-bottom: 0;
}
div:not(.portlet-configuration-setup) .related-project .slick-dots {
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  padding: 10px 0 18px 0;
  position: relative;
  border-top: 1px solid rgba(250, 250, 250, 0.4588235294);
  border-bottom: 1px solid rgba(250, 250, 250, 0.4588235294);
  top: 0;
}
div:not(.portlet-configuration-setup) .related-project .full-line.pag-top {
  position: absolute;
  bottom: 56px;
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) .related-project {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0 !important;
  }
  div:not(.portlet-configuration-setup) .related-project .legenda {
    margin-bottom: 20px;
  }
}
div:not(.portlet-configuration-setup) .videos-section .section-title small {
  font-size: 1rem;
  font-weight: 300;
}
div:not(.portlet-configuration-setup) .vid-item {
  min-height: 180px;
  filter: grayscale(1);
  flex: 0 0 32.3%;
  transition: 0.3s linear;
  margin: 3px;
}
@media (max-width: 1199.98px) {
  div:not(.portlet-configuration-setup) .vid-item {
    flex: 1 1 100%;
  }
}
div:not(.portlet-configuration-setup) .vid-item:hover {
  filter: grayscale(0);
}
div:not(.portlet-configuration-setup) .vid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div:not(.portlet-configuration-setup) .nav-video {
  text-align: center;
}
div:not(.portlet-configuration-setup) .nav-video a {
  display: inline-block;
  padding: 8px;
  font-size: 1.175rem;
}
div:not(.portlet-configuration-setup) .nav-video .active {
  color: #FFC223;
  text-decoration: underline;
}
div:not(.portlet-configuration-setup) .videos-wrapper .video-image {
  position: relative;
  display: block;
}
div:not(.portlet-configuration-setup) .videos-wrapper .video-image:before {
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  transition: 0.3s;
}
div:not(.portlet-configuration-setup) .videos-wrapper .video-image:hover:before {
  background-color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 992px) {
  div:not(.portlet-configuration-setup) .videos-wrapper img {
    width: 100%;
    height: 230px;
    object-fit: cover;
  }
}
div:not(.portlet-configuration-setup) .videos-wrapper .video-title {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 8px;
}
div:not(.portlet-configuration-setup) .videos-wrapper .video-info {
  padding: 16px;
  border: 1px solid rgba(250, 250, 250, 0.4588235294);
  flex: 1;
}
div:not(.portlet-configuration-setup) .videos-wrapper .video-info p {
  margin: 0;
}
div:not(.portlet-configuration-setup) #videoDetail #backBtn {
  display: none;
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) #videoDetail .container {
    display: flex;
    flex-direction: column-reverse;
  }
  div:not(.portlet-configuration-setup) #videoDetail .title {
    margin-top: 1.5rem;
  }
  div:not(.portlet-configuration-setup) #videoDetail .full-line {
    margin-top: -1.5rem;
  }
  div:not(.portlet-configuration-setup) #videoDetail #videoNav {
    display: none;
  }
  div:not(.portlet-configuration-setup) #videoDetail #backBtn {
    display: block;
  }
}
div:not(.portlet-configuration-setup) .language-selector {
  font-size: 12px;
  position: absolute;
  z-index: 10;
  top: auto;
  left: 50%;
  width: 100px;
  text-align: center;
  transform: translateX(-50px);
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) .language-selector {
    width: 60px;
    left: auto;
    right: 60px;
    transform: translateX(0);
    font-size: 12px;
  }
}
div:not(.portlet-configuration-setup) .language-selector-item {
  padding: 2px;
  color: #FFC223;
}
div:not(.portlet-configuration-setup) .language-selector .selected {
  color: #FFF;
}
div:not(.portlet-configuration-setup) .footer {
  color: white;
  width: 100%;
  float: left;
  padding: 3rem 0;
  border-top: 1px solid rgba(250, 250, 250, 0.4588235294);
  border-bottom: 1px solid rgba(250, 250, 250, 0.4588235294);
  position: relative;
  z-index: 1;
}
div:not(.portlet-configuration-setup) .footer img {
  filter: grayscale(1);
}
div:not(.portlet-configuration-setup) .footer .h6 {
  font-size: 14px;
  margin-top: 5px;
  font-weight: 600 !important;
}
div:not(.portlet-configuration-setup) .footer .navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  div:not(.portlet-configuration-setup) .footer .navbar-nav {
    margin-bottom: 3rem;
  }
}
div:not(.portlet-configuration-setup) .footer .navbar-nav .sub-menu {
  list-style: none;
  padding-left: 0;
}
div:not(.portlet-configuration-setup) .footer .navbar-nav .sub-menu li a {
  color: #9B9C9C;
  padding-bottom: 8px;
  display: block;
}
div:not(.portlet-configuration-setup) .footer .navbar-nav .sub-menu li a:hover {
  color: #FFC223;
}
@media (max-width: 1199.98px) {
  div:not(.portlet-configuration-setup) .footer .copyright .row {
    flex-direction: column-reverse;
    gap: 16px;
    text-align: center;
  }
  div:not(.portlet-configuration-setup) .footer .copyright a {
    display: inline-block;
  }
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) .footer .container .row {
    display: flex;
    flex-direction: column-reverse;
  }
}
div:not(.portlet-configuration-setup) .title {
  text-transform: uppercase;
  font-size: 24px;
}
div:not(.portlet-configuration-setup) .title span {
  color: #9B9C9C;
  display: block;
}
div:not(.portlet-configuration-setup) .page-cover {
  width: 100%;
  position: fixed;
  padding: 150px 0;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
div:not(.portlet-configuration-setup) .hero-mask {
  backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
div:not(.portlet-configuration-setup) .project-slide-nav .slick-list {
  padding: 0 !important;
  width: 100%;
  height: 100%;
}
div:not(.portlet-configuration-setup) .project-slide-nav .slick-dots li {
  width: 16px;
}
div:not(.portlet-configuration-setup) .project-slide-nav .project-slide-thumb {
  width: 120px;
  height: 70px;
  margin: 0;
}
div:not(.portlet-configuration-setup) .project-slide-nav .project-slide-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
div:not(.portlet-configuration-setup) .single-project .slick-prev {
  left: 25px;
  z-index: 999;
}
div:not(.portlet-configuration-setup) .single-project .slick-next {
  right: 25px;
  z-index: 999;
}
div:not(.portlet-configuration-setup) .single-project .slick-arrow-2 {
  top: auto;
  bottom: -43px;
}
div:not(.portlet-configuration-setup) .single-project .slick-arrow-2::before {
  border: none !important;
  box-shadow: none;
}
div:not(.portlet-configuration-setup) .single-project .pagination {
  flex-wrap: nowrap;
}
div:not(.portlet-configuration-setup) .single-project .pagination .page-item:not(.active):last-child,
div:not(.portlet-configuration-setup) .single-project .pagination .page-item:not(.active):first-child {
  text-indent: -9999px;
}
div:not(.portlet-configuration-setup) .single-project .pagination .page-item:not(.active):last-child .page-link,
div:not(.portlet-configuration-setup) .single-project .pagination .page-item:not(.active):first-child .page-link {
  content: "";
  background: url("../assets/icons/arrow.svg") no-repeat center 100%;
  width: 38px;
  height: 38px;
  display: block;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 100% !important;
}
div:not(.portlet-configuration-setup) .single-project .pagination .page-item:not(.active):last-child .page-link {
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  div:not(.portlet-configuration-setup) .slick-arrow-2 {
    display: none;
  }
  div:not(.portlet-configuration-setup) .single-project .full-line.pag-top {
    display: none;
  }
  div:not(.portlet-configuration-setup) .slick-dots {
    left: -10px;
  }
}
@media (max-width: 1199.98px) {
  div:not(.portlet-configuration-setup) .project-slide {
    margin: 30px auto;
  }
  div:not(.portlet-configuration-setup) .project-slide .slider-for .slick-arrow {
    display: none !important;
  }
  div:not(.portlet-configuration-setup) .project-slide-nav {
    display: none !important;
  }
  div:not(.portlet-configuration-setup) .single-project .full-line.pag-top {
    position: relative;
    top: -50px;
  }
  div:not(.portlet-configuration-setup) .single-project .slick-dots {
    bottom: -20px;
  }
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) .project-slide-image {
    margin: 0;
  }
  div:not(.portlet-configuration-setup) .project-slide-image img {
    display: block;
    height: calc((100vw - 50px) * 0.6666666667);
    overflow: hidden;
    width: 100vw;
    object-fit: cover;
  }
  div:not(.portlet-configuration-setup) .single-project .slick-dots {
    position: relative;
    bottom: -10px;
  }
  div:not(.portlet-configuration-setup) .single-project .slick-arrow-2 {
    display: none !important;
  }
  div:not(.portlet-configuration-setup) .pagination .page-item .page-link {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  div:not(.portlet-configuration-setup) .single-project {
    position: relative;
  }
  div:not(.portlet-configuration-setup) .single-project .full-line {
    position: absolute;
    top: 50%;
  }
  div:not(.portlet-configuration-setup) .single-project .full-line.pag-top {
    top: auto;
    bottom: -12px;
  }
  div:not(.portlet-configuration-setup) .single-project .full-line.pag-bottom {
    top: auto;
    bottom: -60px;
  }
  div:not(.portlet-configuration-setup) .single-project .slick-dots {
    bottom: -50px;
    display: flex;
    width: 100%;
    overflow-x: auto;
    padding: 0 40px;
    height: 30px;
    justify-content: center;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  div:not(.portlet-configuration-setup) .single-project .slick-dots::-webkit-scrollbar {
    display: none;
  }
  div:not(.portlet-configuration-setup) .project-slide {
    position: relative;
  }
  div:not(.portlet-configuration-setup) .project-slide .slider-for {
    width: 690px;
    position: absolute;
    top: 0;
    left: 190px;
    height: 472px;
  }
  div:not(.portlet-configuration-setup) .project-slide .slider-for .slick-list,
  div:not(.portlet-configuration-setup) .project-slide .slider-for .slick-track {
    height: 100%;
  }
  div:not(.portlet-configuration-setup) .project-slide .slick-prev {
    left: 220px;
    z-index: 999;
  }
  div:not(.portlet-configuration-setup) .project-slide .slick-next {
    right: 220px;
    z-index: 999;
  }
  div:not(.portlet-configuration-setup) .project-slide .slick-arrow-2 {
    top: auto;
    bottom: -73px;
  }
  div:not(.portlet-configuration-setup) .project-slide .project-slide-image {
    height: 100%;
  }
  div:not(.portlet-configuration-setup) .project-slide .project-slide-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  div:not(.portlet-configuration-setup) .project-slide-nav {
    width: 100%;
    height: 480px;
    position: relative;
  }
  div:not(.portlet-configuration-setup) .project-slide-nav .project-slide-thumb {
    width: 185px;
    height: 120px !important;
    margin: 0;
  }
  div:not(.portlet-configuration-setup) .project-slide-nav .slick-track {
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100% !important;
    height: 100%;
  }
  div:not(.portlet-configuration-setup) .project-slide-nav dd.slick-slide {
    position: absolute;
    height: 180px;
    width: 185px !important;
    display: flex;
    flex-flow: column;
  }
  div:not(.portlet-configuration-setup) .project-slide-nav dd.slick-slide .project-slide-thumb {
    background-color: #000;
  }
  div:not(.portlet-configuration-setup) .project-slide-nav dd.slick-slide:not(.slick-current) .project-slide-thumb img {
    opacity: 0.5 !important;
  }
  div:not(.portlet-configuration-setup) .project-slide-nav dd.slick-slide:nth-child(1) {
    left: 0;
    top: 0;
    align-items: flex-end;
  }
  div:not(.portlet-configuration-setup) .project-slide-nav dd.slick-slide:nth-child(2) {
    right: 0;
    top: 0;
    align-items: flex-start;
  }
  div:not(.portlet-configuration-setup) .project-slide-nav dd.slick-slide:nth-child(3) {
    right: 0;
    bottom: 0;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  div:not(.portlet-configuration-setup) .project-slide-nav dd.slick-slide:nth-child(4) {
    left: 0;
    bottom: 0;
    align-items: flex-end;
    flex-direction: column-reverse;
  }
  div:not(.portlet-configuration-setup) .pagination-wrapper .slick-next {
    right: 220px;
    z-index: 999;
    top: -224px;
  }
  div:not(.portlet-configuration-setup) .pagination-wrapper .slick-prev {
    left: 220px;
    z-index: 999;
    top: -224px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  div:not(.portlet-configuration-setup) .project-slide .slider-for {
    width: 580px;
    margin: 0 auto;
  }
}
div:not(.portlet-configuration-setup) .single-project-details {
  margin: 40px 0;
}
div:not(.portlet-configuration-setup) .single-project-details .info {
  color: #9B9C9C;
}
div:not(.portlet-configuration-setup) .see-video-details {
  margin-top: 40px;
}
@media (min-width: 992px) {
  div:not(.portlet-configuration-setup) .single-project-details {
    margin: 80px 0;
  }
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) .single-project-details {
    margin: 0;
  }
  div:not(.portlet-configuration-setup) .single-project-details .container .row {
    flex-direction: column-reverse;
  }
}
div:not(.portlet-configuration-setup) .project-video-wrapper {
  width: 300px;
  max-width: 100%;
  margin: 16px auto 40px;
  font-size: 16px;
}
@media (min-width: 576px) {
  div:not(.portlet-configuration-setup) .project-video-wrapper {
    margin-left: 0 !important;
  }
}
div:not(.portlet-configuration-setup) .project-video-wrapper img {
  width: 170px;
  height: 95px;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) [data-aos^=fade][data-aos^=fade] {
    opacity: 1;
  }
  div:not(.portlet-configuration-setup) [data-aos=fade-up] {
    transform: none;
  }
}
div:not(.portlet-configuration-setup) .moldura {
  position: absolute;
  z-index: 2;
  width: 1920px;
  height: auto;
  left: 50%;
  top: 0;
  margin-left: -960px;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  div:not(.portlet-configuration-setup) .moldura {
    display: none;
  }
}
div:not(.portlet-configuration-setup) .moldura-2 {
  position: absolute;
  border: 1px solid rgba(250, 250, 250, 0.4588235294);
  z-index: 2;
  width: 1140px;
  height: 445px;
  left: 50%;
  top: 0;
  margin-left: -570px;
  pointer-events: none;
  transition: 0.3s linear;
}
div:not(.portlet-configuration-setup) .moldura-2.active {
  height: 790px;
}
div:not(.portlet-configuration-setup) .moldura-2:before, div:not(.portlet-configuration-setup) .moldura-2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -500px;
  margin-top: -1px;
  width: 500px;
  height: 1px;
  background-color: rgba(250, 250, 250, 0.4588235294);
}
div:not(.portlet-configuration-setup) .moldura-2::after {
  right: -500px;
  left: auto;
}
div:not(.portlet-configuration-setup) .moldura-box {
  border: 1px solid rgba(250, 250, 250, 0.4588235294);
  padding: 22px;
  position: relative;
}
div:not(.portlet-configuration-setup) .moldura-box:before {
  content: "";
  position: absolute;
  top: 30%;
  left: -500px;
  margin-top: -1px;
  width: 500px;
  height: 1px;
  background-color: rgba(250, 250, 250, 0.4588235294);
}
div:not(.portlet-configuration-setup) .moldura-box .card-fade {
  width: 100%;
  height: auto;
}
div:not(.portlet-configuration-setup) .moldura-box .card-fade img {
  height: auto;
}
div:not(.portlet-configuration-setup) .img-enquadramento {
  width: 100%;
  height: 900px;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  div:not(.portlet-configuration-setup) .img-enquadramento {
    height: auto;
  }
}
div:not(.portlet-configuration-setup) .about-info.content-hidden {
  height: 360px;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
  transition: 0.3s linear;
}
div:not(.portlet-configuration-setup) .about-info.content-hidden.active {
  height: 700px;
  overflow: auto;
}
div:not(.portlet-configuration-setup) .about-desc {
  margin: 120px 0 3rem 0;
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) #sobreNos {
    display: none;
  }
}
div:not(.portlet-configuration-setup) .method-slide .method-item {
  position: relative;
}
div:not(.portlet-configuration-setup) .method-slide .method-item .current {
  display: block;
  color: #FFF;
  position: absolute;
  left: 20%;
  top: 0;
  font-size: 24px;
}
div:not(.portlet-configuration-setup) .method-slide .method-item:after {
  display: block;
  position: absolute;
  top: 50px;
  right: 0;
  content: url(/o/placemaker-theme/assets/icons/arrow-right.svg);
}
div:not(.portlet-configuration-setup) .method-slide .method-icon {
  width: 200px;
  height: 200px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1199.98px) {
  div:not(.portlet-configuration-setup) .method-slide .method-icon {
    width: 100px;
    height: 100px;
  }
}
div:not(.portlet-configuration-setup) .method-slide .method-title {
  color: #9B9C9C;
  font-size: 22px;
  font-weight: 300;
}
div:not(.portlet-configuration-setup) .method-slide .method-title span {
  color: #FFF;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
}
div:not(.portlet-configuration-setup) .method-slide .slick-dots {
  display: none !important;
}
div:not(.portlet-configuration-setup) .method-list {
  width: 100%;
  margin: 0 auto 60px 0;
  display: flex;
  flex-flow: row wrap;
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 160px;
}
div:not(.portlet-configuration-setup) .method-list::before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: rgba(250, 250, 250, 0.4588235294);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -0.5px;
  height: calc(100% + 80px);
}
@media (max-width: 1199.98px) {
  div:not(.portlet-configuration-setup) .method-list::before {
    left: 0;
  }
}
div:not(.portlet-configuration-setup) .method-list::after {
  content: url(/o/placemaker-theme/assets/icons/arrow-right.svg);
  width: 100px;
  position: absolute;
  left: 50%;
  margin-left: -53px;
  transform: rotate(90deg);
  z-index: 1;
  bottom: -134px;
}
@media (max-width: 1199.98px) {
  div:not(.portlet-configuration-setup) .method-list::after {
    content: "";
  }
}
div:not(.portlet-configuration-setup) .method-list .method-item {
  width: 50%;
  padding: 40px 60px;
  display: flex;
  position: relative;
}
@media (max-width: 1199.98px) {
  div:not(.portlet-configuration-setup) .method-list .method-item {
    width: 100%;
  }
}
div:not(.portlet-configuration-setup) .method-list .method-item::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(250, 250, 250, 0.4588235294);
  bottom: 0;
}
div:not(.portlet-configuration-setup) .method-list .method-item .item {
  width: 70%;
}
@media (max-width: 1199.98px) {
  div:not(.portlet-configuration-setup) .method-list .method-item .item {
    width: 100%;
  }
}
div:not(.portlet-configuration-setup) .method-list .method-item:nth-child(odd) {
  justify-content: flex-end;
}
@media (max-width: 1199.98px) {
  div:not(.portlet-configuration-setup) .method-list .method-item:nth-child(odd) {
    justify-content: flex-start;
  }
}
div:not(.portlet-configuration-setup) .method-list .method-item:nth-child(even) {
  justify-content: flex-start;
  top: 80px;
}
@media (max-width: 1199.98px) {
  div:not(.portlet-configuration-setup) .method-list .method-item:nth-child(even) {
    top: 0;
  }
}
div:not(.portlet-configuration-setup) .method-list .method-item .current {
  display: block;
  color: #FFC223;
  font-size: 28px;
}
@media (max-width: 1199.98px) {
  div:not(.portlet-configuration-setup) .method-list .method-item .current {
    font-size: 24px;
  }
}
div:not(.portlet-configuration-setup) .method-list .method-item .method-title {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  div:not(.portlet-configuration-setup) .method-list .method-item .method-title {
    font-size: 18px;
  }
}
div:not(.portlet-configuration-setup) .method-list .method-item .method-title span {
  color: #C5A47E;
  font-size: 14px;
  text-transform: lowercase;
}
div:not(.portlet-configuration-setup) .talk {
  font-size: 24px;
  font-weight: 300;
}
div:not(.portlet-configuration-setup) .talk a {
  border-bottom: 1px solid rgba(250, 250, 250, 0.4588235294);
  display: inline-block;
}
div:not(.portlet-configuration-setup) .address-info {
  position: relative;
  padding-left: 33px;
}
div:not(.portlet-configuration-setup) .address-info-email {
  border-bottom: 1px solid rgba(250, 250, 250, 0.4588235294);
}
@media (max-width: 1199.98px) {
  div:not(.portlet-configuration-setup) .address-info {
    padding-left: 16px;
  }
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) .address-info {
    margin-top: 1.5rem;
  }
}
div:not(.portlet-configuration-setup) .address-info:before {
  content: "";
  width: 25px;
  height: 180px;
  display: block;
  border: 1px solid rgba(225, 225, 225, 0.2);
  border-right: 0;
  position: absolute;
  left: 0;
  top: 8px;
}
div:not(.portlet-configuration-setup) .form-info {
  position: relative;
  padding-left: 33px;
  margin-top: -13px;
}
@media (max-width: 1199.98px) {
  div:not(.portlet-configuration-setup) .form-info {
    padding-left: 16px;
  }
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) .form-info {
    margin-top: 0.5rem;
  }
}
div:not(.portlet-configuration-setup) .form-info:before {
  content: "";
  width: 25px;
  height: 350px;
  display: block;
  border: 1px solid rgba(225, 225, 225, 0.2);
  border-right: 0;
  position: absolute;
  left: 0;
  top: 20px;
}
div:not(.portlet-configuration-setup) .google-maps .map {
  filter: grayscale(100%);
}
div:not(.portlet-configuration-setup) .login-container {
  max-width: 500px;
  margin: 60px auto;
  z-index: 2;
  position: relative;
  padding: 40px;
  border: 1px solid rgba(250, 250, 250, 0.4588235294);
}
div:not(.portlet-configuration-setup) .login-container .form-control {
  padding: 0;
}
div:not(.portlet-configuration-setup) .contacts .lfr-ddm__default-page-container {
  background: transparent !important;
}
div:not(.portlet-configuration-setup) .dashboard-header {
  padding: 16px 0;
  border-top: thin solid rgba(250, 250, 250, 0.4588235294);
  border-bottom: thin solid rgba(250, 250, 250, 0.4588235294);
  align-items: center;
  font-size: 0.875rem;
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) .dashboard-header {
    flex-direction: column-reverse;
    align-items: baseline;
  }
  div:not(.portlet-configuration-setup) .dashboard-header .folder {
    font-size: 12px;
  }
  div:not(.portlet-configuration-setup) .dashboard-header .folder h3 {
    display: none;
  }
  div:not(.portlet-configuration-setup) .dashboard-header .logout,
  div:not(.portlet-configuration-setup) .dashboard-header .message {
    font-size: 12px;
  }
  div:not(.portlet-configuration-setup) .dashboard-header .logout svg,
  div:not(.portlet-configuration-setup) .dashboard-header .message svg {
    display: none;
  }
  div:not(.portlet-configuration-setup) .dashboard-header .user {
    width: 100%;
    justify-content: space-between;
    padding: 0 8px 8px 8px;
  }
}
div:not(.portlet-configuration-setup) .dashboard-docs {
  border-left: 1px solid rgba(250, 250, 250, 0.4588235294);
}
div:not(.portlet-configuration-setup) .dashboard-docs-header {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
div:not(.portlet-configuration-setup) .dashboard-docs .list-project {
  position: sticky;
  top: 24px;
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) .dashboard-docs .project-image {
    height: auto;
  }
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) .dashboard-docs,
  div:not(.portlet-configuration-setup) .dashboard-nav {
    flex: 100% !important;
    max-width: 100%;
  }
}
div:not(.portlet-configuration-setup) .folder {
  margin-left: 8px;
}
div:not(.portlet-configuration-setup) .folder-item {
  padding: 0 8px;
}
div:not(.portlet-configuration-setup) .folder-item::marker {
  content: "";
}
div:not(.portlet-configuration-setup) .folder-item:before {
  content: url("../assets/icons/icon-folder.svg");
  float: left;
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
div:not(.portlet-configuration-setup) .folder-item + .folder-item {
  border-left: 1px solid rgba(250, 250, 250, 0.4588235294);
}
div:not(.portlet-configuration-setup) .folder-item.folder-open:before {
  content: url("../assets/icons/icon-folder-open.svg");
}
div:not(.portlet-configuration-setup) .folder-nav {
  padding: 24px 0;
  list-style: none;
  margin: 0;
  position: sticky;
  top: 90px;
}
div:not(.portlet-configuration-setup) .folder-nav ul {
  margin: 8px 0;
  padding-left: 20px;
  list-style: none;
}
div:not(.portlet-configuration-setup) .folder-nav ul li a {
  color: #9B9C9C;
  display: block;
}
div:not(.portlet-configuration-setup) .folder-nav ul li ul {
  padding-left: 8px;
}
div:not(.portlet-configuration-setup) .folder-nav .folder-item {
  margin-bottom: 16px;
  border: 0 !important;
}
div:not(.portlet-configuration-setup) .folder-nav .folder-item ul {
  margin: 8px 0;
  padding-left: 20px;
  list-style: none;
}
div:not(.portlet-configuration-setup) .folder-nav .folder-item ul li a {
  color: #9B9C9C;
  padding: 5px 0;
  display: block;
}
div:not(.portlet-configuration-setup) .folder-nav .folder-item ul li ul {
  padding-left: 8px;
}
div:not(.portlet-configuration-setup) .user {
  text-transform: uppercase;
  gap: 1rem;
}
div:not(.portlet-configuration-setup) .service-box {
  border: 1px solid rgba(250, 250, 250, 0.4588235294);
  padding: 22px;
}
div:not(.portlet-configuration-setup) .service-box .content-hidden {
  padding: 16px 0;
  height: 150px;
  overflow: hidden;
  margin-bottom: 40px;
  transition: 0.3s;
}
div:not(.portlet-configuration-setup) .service-box .content-hidden.active {
  height: 400px;
  overflow: auto;
}
div:not(.portlet-configuration-setup) .service-box .btn-plus {
  position: absolute;
  right: 22px;
  bottom: 16px;
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) .service-box {
    max-width: 380px !important;
  }
}
div:not(.portlet-configuration-setup) .service-info {
  position: relative;
  padding-bottom: 22px;
}
div:not(.portlet-configuration-setup) .service-info p {
  font-size: 16px;
}
div:not(.portlet-configuration-setup) .service-info::after {
  content: "";
  width: 1000px;
  display: block;
  height: 1px;
  background-color: rgba(250, 250, 250, 0.4588235294);
  position: absolute;
  z-index: 1;
  left: -63px;
  bottom: 0;
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) .service-info::after {
    width: 0px;
  }
}
div:not(.portlet-configuration-setup) .service-info::before {
  content: "";
  width: 1000px;
  display: block;
  height: 1px;
  background-color: rgba(250, 250, 250, 0.4588235294);
  position: absolute;
  z-index: 1;
  left: -63px;
  top: 0;
}
@media (min-width: 576px) {
  div:not(.portlet-configuration-setup) .service-info::before {
    width: 0px;
  }
}
div:not(.portlet-configuration-setup) .moldura-box {
  max-width: 500px;
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) .moldura-box {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) .flex-dir-column {
    margin-top: 25px;
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) .fix-p-top-mobile {
    padding-top: 25px;
  }
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) .flex-column-reverse-mobile {
    flex-direction: column-reverse !important;
  }
}
div:not(.portlet-configuration-setup) .box-hero {
  text-transform: uppercase;
  padding: 3rem 1rem;
  font-size: 38px;
  line-height: 1.5;
  letter-spacing: 1px;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 80px;
}
div:not(.portlet-configuration-setup) .box-hero-item {
  width: 86%;
  margin: 0 auto;
  white-space: nowrap;
  line-height: 1.3;
  font-weight: 300;
}
div:not(.portlet-configuration-setup) .box-hero-item:nth-child(2) {
  color: #9B9C9C;
}
div:not(.portlet-configuration-setup) .box-hero-item:nth-child(3) {
  color: #9B9C9C;
  font-size: 36px;
}
@media (max-width: 1199.98px) {
  div:not(.portlet-configuration-setup) .box-hero {
    font-size: 32px;
    border-top: 1px solid rgba(250, 250, 250, 0.4588235294);
    border-bottom: 1px solid rgba(250, 250, 250, 0.4588235294);
    padding: 3rem 1rem;
  }
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) .box-hero {
    padding: 2rem 0;
    margin-top: 40px;
  }
  div:not(.portlet-configuration-setup) .box-hero-item {
    width: 90%;
    font-size: 3vw;
  }
  div:not(.portlet-configuration-setup) .box-hero-item:nth-child(3) {
    font-size: 3vw;
  }
}
@media (max-width: 575.98px) {
  div:not(.portlet-configuration-setup) .box-hero-item {
    font-size: 4vw;
  }
  div:not(.portlet-configuration-setup) .box-hero-item:nth-child(3) {
    font-size: 4vw;
  }
}
div:not(.portlet-configuration-setup) .box-hero:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: transparent;
  transition: width 2s linear;
  position: absolute;
  top: 0;
  left: 0;
}
div:not(.portlet-configuration-setup) .box-hero.line::before {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(250, 250, 250, 0.4588235294);
  border-right: 0;
}
div:not(.portlet-configuration-setup) .box-hero::after {
  content: "";
  width: 1px;
  height: 0;
  background-color: rgba(250, 250, 250, 0.4588235294);
  transition: height 1.5s linear 1.8s;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}
div:not(.portlet-configuration-setup) .box-hero.line::after {
  height: 100%;
}
div:not(.portlet-configuration-setup) .arch-svg,
div:not(.portlet-configuration-setup) .arch-item svg {
  max-width: 100%;
  height: auto;
}
@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 317.6555786133px;
    stroke-dasharray: 317.6555786133px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 317.6555786133px;
  }
}
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 317.6555786133px;
    stroke-dasharray: 317.6555786133px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 317.6555786133px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-1 {
  -webkit-animation: animate-svg-stroke-1 0.1s ease-in 0s both;
  animation: animate-svg-stroke-1 0.1s ease-in 0s both;
}
@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 997.3394775391px;
    stroke-dasharray: 997.3394775391px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 997.3394775391px;
  }
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 997.3394775391px;
    stroke-dasharray: 997.3394775391px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 997.3394775391px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-2 {
  -webkit-animation: animate-svg-stroke-2 0.8s ease-in 0.04s both;
  animation: animate-svg-stroke-2 0.8s ease-in 0.04s both;
}
@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 1071.9733886719px;
    stroke-dasharray: 1071.9733886719px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1071.9733886719px;
  }
}
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 1071.9733886719px;
    stroke-dasharray: 1071.9733886719px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1071.9733886719px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-3 {
  -webkit-animation: animate-svg-stroke-3 0.5s ease-in 0.08s both;
  animation: animate-svg-stroke-3 0.5s ease-in 0.08s both;
}
@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 47.8105316162px;
    stroke-dasharray: 47.8105316162px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 47.8105316162px;
  }
}
@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 47.8105316162px;
    stroke-dasharray: 47.8105316162px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 47.8105316162px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-4 {
  -webkit-animation: animate-svg-stroke-4 0.5s ease-in 0.12s both;
  animation: animate-svg-stroke-4 0.5s ease-in 0.12s both;
}
@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 198.6550598145px;
    stroke-dasharray: 198.6550598145px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 198.6550598145px;
  }
}
@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 198.6550598145px;
    stroke-dasharray: 198.6550598145px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 198.6550598145px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-5 {
  -webkit-animation: animate-svg-stroke-5 0.5s ease-in 0.16s both;
  animation: animate-svg-stroke-5 0.5s ease-in 0.16s both;
}
@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 2.7615082264px;
    stroke-dasharray: 2.7615082264px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.7615082264px;
  }
}
@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 2.7615082264px;
    stroke-dasharray: 2.7615082264px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.7615082264px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-6 {
  -webkit-animation: animate-svg-stroke-6 0.5s ease-in 0.2s both;
  animation: animate-svg-stroke-6 0.5s ease-in 0.2s both;
}
@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 2.3944074512px;
    stroke-dasharray: 2.3944074512px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.3944074512px;
  }
}
@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 2.3944074512px;
    stroke-dasharray: 2.3944074512px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.3944074512px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-7 {
  -webkit-animation: animate-svg-stroke-7 0.5s ease-in 0.24s both;
  animation: animate-svg-stroke-7 0.5s ease-in 0.24s both;
}
@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 7.3598880768px;
    stroke-dasharray: 7.3598880768px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.3598880768px;
  }
}
@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 7.3598880768px;
    stroke-dasharray: 7.3598880768px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.3598880768px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-8 {
  -webkit-animation: animate-svg-stroke-8 0.5s ease-in 0.28s both;
  animation: animate-svg-stroke-8 0.5s ease-in 0.28s both;
}
@-webkit-keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 4.6885790825px;
    stroke-dasharray: 4.6885790825px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.6885790825px;
  }
}
@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 4.6885790825px;
    stroke-dasharray: 4.6885790825px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.6885790825px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-9 {
  -webkit-animation: animate-svg-stroke-9 0.5s ease-in 0.32s both;
  animation: animate-svg-stroke-9 0.5s ease-in 0.32s both;
}
@-webkit-keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 2.6966276169px;
    stroke-dasharray: 2.6966276169px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6966276169px;
  }
}
@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 2.6966276169px;
    stroke-dasharray: 2.6966276169px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6966276169px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-10 {
  -webkit-animation: animate-svg-stroke-10 0.5s ease-in 0.36s both;
  animation: animate-svg-stroke-10 0.5s ease-in 0.36s both;
}
@-webkit-keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 2.6432058811px;
    stroke-dasharray: 2.6432058811px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6432058811px;
  }
}
@keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 2.6432058811px;
    stroke-dasharray: 2.6432058811px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6432058811px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-11 {
  -webkit-animation: animate-svg-stroke-11 0.5s ease-in 0.4s both;
  animation: animate-svg-stroke-11 0.5s ease-in 0.4s both;
}
@-webkit-keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 2.3785616159px;
    stroke-dasharray: 2.3785616159px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.3785616159px;
  }
}
@keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 2.3785616159px;
    stroke-dasharray: 2.3785616159px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.3785616159px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-12 {
  -webkit-animation: animate-svg-stroke-12 0.5s ease-in 0.44s both;
  animation: animate-svg-stroke-12 0.5s ease-in 0.44s both;
}
@-webkit-keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 2.2319326997px;
    stroke-dasharray: 2.2319326997px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.2319326997px;
  }
}
@keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 2.2319326997px;
    stroke-dasharray: 2.2319326997px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.2319326997px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-13 {
  -webkit-animation: animate-svg-stroke-13 0.5s ease-in 0.48s both;
  animation: animate-svg-stroke-13 0.5s ease-in 0.48s both;
}
@-webkit-keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 11.3857078552px;
    stroke-dasharray: 11.3857078552px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 11.3857078552px;
  }
}
@keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 11.3857078552px;
    stroke-dasharray: 11.3857078552px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 11.3857078552px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-14 {
  -webkit-animation: animate-svg-stroke-14 0.5s ease-in 0.52s both;
  animation: animate-svg-stroke-14 0.5s ease-in 0.52s both;
}
@-webkit-keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 2.2841874361px;
    stroke-dasharray: 2.2841874361px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.2841874361px;
  }
}
@keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 2.2841874361px;
    stroke-dasharray: 2.2841874361px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.2841874361px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-15 {
  -webkit-animation: animate-svg-stroke-15 0.5s ease-in 0.56s both;
  animation: animate-svg-stroke-15 0.5s ease-in 0.56s both;
}
@-webkit-keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 2.7002373934px;
    stroke-dasharray: 2.7002373934px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.7002373934px;
  }
}
@keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 2.7002373934px;
    stroke-dasharray: 2.7002373934px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.7002373934px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-16 {
  -webkit-animation: animate-svg-stroke-16 0.5s ease-in 0.6s both;
  animation: animate-svg-stroke-16 0.5s ease-in 0.6s both;
}
@-webkit-keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 3.4076855183px;
    stroke-dasharray: 3.4076855183px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.4076855183px;
  }
}
@keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 3.4076855183px;
    stroke-dasharray: 3.4076855183px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.4076855183px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-17 {
  -webkit-animation: animate-svg-stroke-17 0.5s ease-in 0.64s both;
  animation: animate-svg-stroke-17 0.5s ease-in 0.64s both;
}
@-webkit-keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 2.667414546px;
    stroke-dasharray: 2.667414546px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.667414546px;
  }
}
@keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 2.667414546px;
    stroke-dasharray: 2.667414546px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.667414546px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-18 {
  -webkit-animation: animate-svg-stroke-18 0.5s ease-in 0.68s both;
  animation: animate-svg-stroke-18 0.5s ease-in 0.68s both;
}
@-webkit-keyframes animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 2.6935659051px;
    stroke-dasharray: 2.6935659051px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6935659051px;
  }
}
@keyframes animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 2.6935659051px;
    stroke-dasharray: 2.6935659051px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6935659051px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-19 {
  -webkit-animation: animate-svg-stroke-19 0.5s ease-in 0.72s both;
  animation: animate-svg-stroke-19 0.5s ease-in 0.72s both;
}
@-webkit-keyframes animate-svg-stroke-20 {
  0% {
    stroke-dashoffset: 4.4582219124px;
    stroke-dasharray: 4.4582219124px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.4582219124px;
  }
}
@keyframes animate-svg-stroke-20 {
  0% {
    stroke-dashoffset: 4.4582219124px;
    stroke-dasharray: 4.4582219124px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.4582219124px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-20 {
  -webkit-animation: animate-svg-stroke-20 0.5s ease-in 0.76s both;
  animation: animate-svg-stroke-20 0.5s ease-in 0.76s both;
}
@-webkit-keyframes animate-svg-stroke-21 {
  0% {
    stroke-dashoffset: 2.6791296005px;
    stroke-dasharray: 2.6791296005px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6791296005px;
  }
}
@keyframes animate-svg-stroke-21 {
  0% {
    stroke-dashoffset: 2.6791296005px;
    stroke-dasharray: 2.6791296005px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6791296005px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-21 {
  -webkit-animation: animate-svg-stroke-21 0.5s ease-in 0.8s both;
  animation: animate-svg-stroke-21 0.5s ease-in 0.8s both;
}
@-webkit-keyframes animate-svg-stroke-22 {
  0% {
    stroke-dashoffset: 4.7657814026px;
    stroke-dasharray: 4.7657814026px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.7657814026px;
  }
}
@keyframes animate-svg-stroke-22 {
  0% {
    stroke-dashoffset: 4.7657814026px;
    stroke-dasharray: 4.7657814026px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.7657814026px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-22 {
  -webkit-animation: animate-svg-stroke-22 0.5s ease-in 0.84s both;
  animation: animate-svg-stroke-22 0.5s ease-in 0.84s both;
}
@-webkit-keyframes animate-svg-stroke-23 {
  0% {
    stroke-dashoffset: 2.6933985949px;
    stroke-dasharray: 2.6933985949px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6933985949px;
  }
}
@keyframes animate-svg-stroke-23 {
  0% {
    stroke-dashoffset: 2.6933985949px;
    stroke-dasharray: 2.6933985949px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6933985949px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-23 {
  -webkit-animation: animate-svg-stroke-23 0.5s ease-in 0.88s both;
  animation: animate-svg-stroke-23 0.5s ease-in 0.88s both;
}
@-webkit-keyframes animate-svg-stroke-24 {
  0% {
    stroke-dashoffset: 3.3573725224px;
    stroke-dasharray: 3.3573725224px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.3573725224px;
  }
}
@keyframes animate-svg-stroke-24 {
  0% {
    stroke-dashoffset: 3.3573725224px;
    stroke-dasharray: 3.3573725224px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.3573725224px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-24 {
  -webkit-animation: animate-svg-stroke-24 0.5s ease-in 0.92s both;
  animation: animate-svg-stroke-24 0.5s ease-in 0.92s both;
}
@-webkit-keyframes animate-svg-stroke-25 {
  0% {
    stroke-dashoffset: 4.0747127533px;
    stroke-dasharray: 4.0747127533px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.0747127533px;
  }
}
@keyframes animate-svg-stroke-25 {
  0% {
    stroke-dashoffset: 4.0747127533px;
    stroke-dasharray: 4.0747127533px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.0747127533px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-25 {
  -webkit-animation: animate-svg-stroke-25 0.5s ease-in 0.96s both;
  animation: animate-svg-stroke-25 0.5s ease-in 0.96s both;
}
@-webkit-keyframes animate-svg-stroke-26 {
  0% {
    stroke-dashoffset: 2.6803016663px;
    stroke-dasharray: 2.6803016663px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6803016663px;
  }
}
@keyframes animate-svg-stroke-26 {
  0% {
    stroke-dashoffset: 2.6803016663px;
    stroke-dasharray: 2.6803016663px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6803016663px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-26 {
  -webkit-animation: animate-svg-stroke-26 0.5s ease-in 1s both;
  animation: animate-svg-stroke-26 0.5s ease-in 1s both;
}
@-webkit-keyframes animate-svg-stroke-27 {
  0% {
    stroke-dashoffset: 2.6905803084px;
    stroke-dasharray: 2.6905803084px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6905803084px;
  }
}
@keyframes animate-svg-stroke-27 {
  0% {
    stroke-dashoffset: 2.6905803084px;
    stroke-dasharray: 2.6905803084px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6905803084px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-27 {
  -webkit-animation: animate-svg-stroke-27 0.5s ease-in 1.04s both;
  animation: animate-svg-stroke-27 0.5s ease-in 1.04s both;
}
@-webkit-keyframes animate-svg-stroke-28 {
  0% {
    stroke-dashoffset: 2.6859895587px;
    stroke-dasharray: 2.6859895587px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6859895587px;
  }
}
@keyframes animate-svg-stroke-28 {
  0% {
    stroke-dashoffset: 2.6859895587px;
    stroke-dasharray: 2.6859895587px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6859895587px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-28 {
  -webkit-animation: animate-svg-stroke-28 0.5s ease-in 1.08s both;
  animation: animate-svg-stroke-28 0.5s ease-in 1.08s both;
}
@-webkit-keyframes animate-svg-stroke-29 {
  0% {
    stroke-dashoffset: 2.6961476207px;
    stroke-dasharray: 2.6961476207px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6961476207px;
  }
}
@keyframes animate-svg-stroke-29 {
  0% {
    stroke-dashoffset: 2.6961476207px;
    stroke-dasharray: 2.6961476207px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6961476207px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-29 {
  -webkit-animation: animate-svg-stroke-29 0.5s ease-in 1.12s both;
  animation: animate-svg-stroke-29 0.5s ease-in 1.12s both;
}
@-webkit-keyframes animate-svg-stroke-30 {
  0% {
    stroke-dashoffset: 2.6887503266px;
    stroke-dasharray: 2.6887503266px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6887503266px;
  }
}
@keyframes animate-svg-stroke-30 {
  0% {
    stroke-dashoffset: 2.6887503266px;
    stroke-dasharray: 2.6887503266px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6887503266px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-30 {
  -webkit-animation: animate-svg-stroke-30 0.5s ease-in 1.16s both;
  animation: animate-svg-stroke-30 0.5s ease-in 1.16s both;
}
@-webkit-keyframes animate-svg-stroke-31 {
  0% {
    stroke-dashoffset: 2.7112882137px;
    stroke-dasharray: 2.7112882137px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.7112882137px;
  }
}
@keyframes animate-svg-stroke-31 {
  0% {
    stroke-dashoffset: 2.7112882137px;
    stroke-dasharray: 2.7112882137px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.7112882137px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-31 {
  -webkit-animation: animate-svg-stroke-31 0.5s ease-in 1.2s both;
  animation: animate-svg-stroke-31 0.5s ease-in 1.2s both;
}
@-webkit-keyframes animate-svg-stroke-32 {
  0% {
    stroke-dashoffset: 2.6936733127px;
    stroke-dasharray: 2.6936733127px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6936733127px;
  }
}
@keyframes animate-svg-stroke-32 {
  0% {
    stroke-dashoffset: 2.6936733127px;
    stroke-dasharray: 2.6936733127px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6936733127px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-32 {
  -webkit-animation: animate-svg-stroke-32 0.5s ease-in 1.24s both;
  animation: animate-svg-stroke-32 0.5s ease-in 1.24s both;
}
@-webkit-keyframes animate-svg-stroke-33 {
  0% {
    stroke-dashoffset: 2.8956050873px;
    stroke-dasharray: 2.8956050873px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.8956050873px;
  }
}
@keyframes animate-svg-stroke-33 {
  0% {
    stroke-dashoffset: 2.8956050873px;
    stroke-dasharray: 2.8956050873px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.8956050873px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-33 {
  -webkit-animation: animate-svg-stroke-33 0.5s ease-in 1.28s both;
  animation: animate-svg-stroke-33 0.5s ease-in 1.28s both;
}
@-webkit-keyframes animate-svg-stroke-34 {
  0% {
    stroke-dashoffset: 3.3583276272px;
    stroke-dasharray: 3.3583276272px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.3583276272px;
  }
}
@keyframes animate-svg-stroke-34 {
  0% {
    stroke-dashoffset: 3.3583276272px;
    stroke-dasharray: 3.3583276272px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.3583276272px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-34 {
  -webkit-animation: animate-svg-stroke-34 0.5s ease-in 1.32s both;
  animation: animate-svg-stroke-34 0.5s ease-in 1.32s both;
}
@-webkit-keyframes animate-svg-stroke-35 {
  0% {
    stroke-dashoffset: 3.3866243362px;
    stroke-dasharray: 3.3866243362px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.3866243362px;
  }
}
@keyframes animate-svg-stroke-35 {
  0% {
    stroke-dashoffset: 3.3866243362px;
    stroke-dasharray: 3.3866243362px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.3866243362px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-35 {
  -webkit-animation: animate-svg-stroke-35 0.5s ease-in 1.36s both;
  animation: animate-svg-stroke-35 0.5s ease-in 1.36s both;
}
@-webkit-keyframes animate-svg-stroke-36 {
  0% {
    stroke-dashoffset: 3.3794736862px;
    stroke-dasharray: 3.3794736862px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.3794736862px;
  }
}
@keyframes animate-svg-stroke-36 {
  0% {
    stroke-dashoffset: 3.3794736862px;
    stroke-dasharray: 3.3794736862px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.3794736862px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-36 {
  -webkit-animation: animate-svg-stroke-36 0.5s ease-in 1.4s both;
  animation: animate-svg-stroke-36 0.5s ease-in 1.4s both;
}
@-webkit-keyframes animate-svg-stroke-37 {
  0% {
    stroke-dashoffset: 2.6965561509px;
    stroke-dasharray: 2.6965561509px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6965561509px;
  }
}
@keyframes animate-svg-stroke-37 {
  0% {
    stroke-dashoffset: 2.6965561509px;
    stroke-dasharray: 2.6965561509px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6965561509px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-37 {
  -webkit-animation: animate-svg-stroke-37 0.5s ease-in 1.44s both;
  animation: animate-svg-stroke-37 0.5s ease-in 1.44s both;
}
@-webkit-keyframes animate-svg-stroke-38 {
  0% {
    stroke-dashoffset: 2.0852520242px;
    stroke-dasharray: 2.0852520242px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.0852520242px;
  }
}
@keyframes animate-svg-stroke-38 {
  0% {
    stroke-dashoffset: 2.0852520242px;
    stroke-dasharray: 2.0852520242px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.0852520242px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-38 {
  -webkit-animation: animate-svg-stroke-38 0.5s ease-in 1.48s both;
  animation: animate-svg-stroke-38 0.5s ease-in 1.48s both;
}
@-webkit-keyframes animate-svg-stroke-39 {
  0% {
    stroke-dashoffset: 2.7044214606px;
    stroke-dasharray: 2.7044214606px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.7044214606px;
  }
}
@keyframes animate-svg-stroke-39 {
  0% {
    stroke-dashoffset: 2.7044214606px;
    stroke-dasharray: 2.7044214606px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.7044214606px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-39 {
  -webkit-animation: animate-svg-stroke-39 0.5s ease-in 1.52s both;
  animation: animate-svg-stroke-39 0.5s ease-in 1.52s both;
}
@-webkit-keyframes animate-svg-stroke-40 {
  0% {
    stroke-dashoffset: 2.68247509px;
    stroke-dasharray: 2.68247509px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.68247509px;
  }
}
@keyframes animate-svg-stroke-40 {
  0% {
    stroke-dashoffset: 2.68247509px;
    stroke-dasharray: 2.68247509px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.68247509px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-40 {
  -webkit-animation: animate-svg-stroke-40 0.5s ease-in 1.56s both;
  animation: animate-svg-stroke-40 0.5s ease-in 1.56s both;
}
@-webkit-keyframes animate-svg-stroke-41 {
  0% {
    stroke-dashoffset: 2.6952604651px;
    stroke-dasharray: 2.6952604651px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6952604651px;
  }
}
@keyframes animate-svg-stroke-41 {
  0% {
    stroke-dashoffset: 2.6952604651px;
    stroke-dasharray: 2.6952604651px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6952604651px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-41 {
  -webkit-animation: animate-svg-stroke-41 0.5s ease-in 1.6s both;
  animation: animate-svg-stroke-41 0.5s ease-in 1.6s both;
}
@-webkit-keyframes animate-svg-stroke-42 {
  0% {
    stroke-dashoffset: 21.023059845px;
    stroke-dasharray: 21.023059845px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 21.023059845px;
  }
}
@keyframes animate-svg-stroke-42 {
  0% {
    stroke-dashoffset: 21.023059845px;
    stroke-dasharray: 21.023059845px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 21.023059845px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-42 {
  -webkit-animation: animate-svg-stroke-42 0.5s ease-in 1.64s both;
  animation: animate-svg-stroke-42 0.5s ease-in 1.64s both;
}
@-webkit-keyframes animate-svg-stroke-43 {
  0% {
    stroke-dashoffset: 6.9252543449px;
    stroke-dasharray: 6.9252543449px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.9252543449px;
  }
}
@keyframes animate-svg-stroke-43 {
  0% {
    stroke-dashoffset: 6.9252543449px;
    stroke-dasharray: 6.9252543449px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.9252543449px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-43 {
  -webkit-animation: animate-svg-stroke-43 0.5s ease-in 1.68s both;
  animation: animate-svg-stroke-43 0.5s ease-in 1.68s both;
}
@-webkit-keyframes animate-svg-stroke-44 {
  0% {
    stroke-dashoffset: 2.4458756447px;
    stroke-dasharray: 2.4458756447px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4458756447px;
  }
}
@keyframes animate-svg-stroke-44 {
  0% {
    stroke-dashoffset: 2.4458756447px;
    stroke-dasharray: 2.4458756447px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4458756447px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-44 {
  -webkit-animation: animate-svg-stroke-44 0.5s ease-in 1.72s both;
  animation: animate-svg-stroke-44 0.5s ease-in 1.72s both;
}
@-webkit-keyframes animate-svg-stroke-45 {
  0% {
    stroke-dashoffset: 2.6977375746px;
    stroke-dasharray: 2.6977375746px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6977375746px;
  }
}
@keyframes animate-svg-stroke-45 {
  0% {
    stroke-dashoffset: 2.6977375746px;
    stroke-dasharray: 2.6977375746px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6977375746px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-45 {
  -webkit-animation: animate-svg-stroke-45 0.5s ease-in 1.76s both;
  animation: animate-svg-stroke-45 0.5s ease-in 1.76s both;
}
@-webkit-keyframes animate-svg-stroke-46 {
  0% {
    stroke-dashoffset: 7.9773526192px;
    stroke-dasharray: 7.9773526192px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.9773526192px;
  }
}
@keyframes animate-svg-stroke-46 {
  0% {
    stroke-dashoffset: 7.9773526192px;
    stroke-dasharray: 7.9773526192px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.9773526192px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-46 {
  -webkit-animation: animate-svg-stroke-46 0.5s ease-in 1.8s both;
  animation: animate-svg-stroke-46 0.5s ease-in 1.8s both;
}
@-webkit-keyframes animate-svg-stroke-47 {
  0% {
    stroke-dashoffset: 2.3956353962px;
    stroke-dasharray: 2.3956353962px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.3956353962px;
  }
}
@keyframes animate-svg-stroke-47 {
  0% {
    stroke-dashoffset: 2.3956353962px;
    stroke-dasharray: 2.3956353962px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.3956353962px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-47 {
  -webkit-animation: animate-svg-stroke-47 0.5s ease-in 1.84s both;
  animation: animate-svg-stroke-47 0.5s ease-in 1.84s both;
}
@-webkit-keyframes animate-svg-stroke-48 {
  0% {
    stroke-dashoffset: 2.3955675066px;
    stroke-dasharray: 2.3955675066px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.3955675066px;
  }
}
@keyframes animate-svg-stroke-48 {
  0% {
    stroke-dashoffset: 2.3955675066px;
    stroke-dasharray: 2.3955675066px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.3955675066px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-48 {
  -webkit-animation: animate-svg-stroke-48 0.5s ease-in 1.88s both;
  animation: animate-svg-stroke-48 0.5s ease-in 1.88s both;
}
@-webkit-keyframes animate-svg-stroke-49 {
  0% {
    stroke-dashoffset: 2.1844782978px;
    stroke-dasharray: 2.1844782978px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.1844782978px;
  }
}
@keyframes animate-svg-stroke-49 {
  0% {
    stroke-dashoffset: 2.1844782978px;
    stroke-dasharray: 2.1844782978px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.1844782978px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-49 {
  -webkit-animation: animate-svg-stroke-49 0.5s ease-in 1.92s both;
  animation: animate-svg-stroke-49 0.5s ease-in 1.92s both;
}
@-webkit-keyframes animate-svg-stroke-50 {
  0% {
    stroke-dashoffset: 3.3712136745px;
    stroke-dasharray: 3.3712136745px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.3712136745px;
  }
}
@keyframes animate-svg-stroke-50 {
  0% {
    stroke-dashoffset: 3.3712136745px;
    stroke-dasharray: 3.3712136745px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.3712136745px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-50 {
  -webkit-animation: animate-svg-stroke-50 0.5s ease-in 1.96s both;
  animation: animate-svg-stroke-50 0.5s ease-in 1.96s both;
}
@-webkit-keyframes animate-svg-stroke-51 {
  0% {
    stroke-dashoffset: 2.4081256092px;
    stroke-dasharray: 2.4081256092px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4081256092px;
  }
}
@keyframes animate-svg-stroke-51 {
  0% {
    stroke-dashoffset: 2.4081256092px;
    stroke-dasharray: 2.4081256092px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4081256092px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-51 {
  -webkit-animation: animate-svg-stroke-51 0.5s ease-in 2s both;
  animation: animate-svg-stroke-51 0.5s ease-in 2s both;
}
@-webkit-keyframes animate-svg-stroke-52 {
  0% {
    stroke-dashoffset: 2.4302021861px;
    stroke-dasharray: 2.4302021861px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4302021861px;
  }
}
@keyframes animate-svg-stroke-52 {
  0% {
    stroke-dashoffset: 2.4302021861px;
    stroke-dasharray: 2.4302021861px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4302021861px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-52 {
  -webkit-animation: animate-svg-stroke-52 0.5s ease-in 2.04s both;
  animation: animate-svg-stroke-52 0.5s ease-in 2.04s both;
}
@-webkit-keyframes animate-svg-stroke-53 {
  0% {
    stroke-dashoffset: 2.3984636366px;
    stroke-dasharray: 2.3984636366px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.3984636366px;
  }
}
@keyframes animate-svg-stroke-53 {
  0% {
    stroke-dashoffset: 2.3984636366px;
    stroke-dasharray: 2.3984636366px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.3984636366px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-53 {
  -webkit-animation: animate-svg-stroke-53 0.5s ease-in 2.08s both;
  animation: animate-svg-stroke-53 0.5s ease-in 2.08s both;
}
@-webkit-keyframes animate-svg-stroke-54 {
  0% {
    stroke-dashoffset: 18.0101737976px;
    stroke-dasharray: 18.0101737976px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 18.0101737976px;
  }
}
@keyframes animate-svg-stroke-54 {
  0% {
    stroke-dashoffset: 18.0101737976px;
    stroke-dasharray: 18.0101737976px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 18.0101737976px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-54 {
  -webkit-animation: animate-svg-stroke-54 0.5s ease-in 2.12s both;
  animation: animate-svg-stroke-54 0.5s ease-in 2.12s both;
}
@-webkit-keyframes animate-svg-stroke-55 {
  0% {
    stroke-dashoffset: 2.7025561929px;
    stroke-dasharray: 2.7025561929px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.7025561929px;
  }
}
@keyframes animate-svg-stroke-55 {
  0% {
    stroke-dashoffset: 2.7025561929px;
    stroke-dasharray: 2.7025561929px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.7025561929px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-55 {
  -webkit-animation: animate-svg-stroke-55 0.5s ease-in 2.16s both;
  animation: animate-svg-stroke-55 0.5s ease-in 2.16s both;
}
@-webkit-keyframes animate-svg-stroke-56 {
  0% {
    stroke-dashoffset: 4.885556221px;
    stroke-dasharray: 4.885556221px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.885556221px;
  }
}
@keyframes animate-svg-stroke-56 {
  0% {
    stroke-dashoffset: 4.885556221px;
    stroke-dasharray: 4.885556221px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.885556221px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-56 {
  -webkit-animation: animate-svg-stroke-56 0.5s ease-in 2.2s both;
  animation: animate-svg-stroke-56 0.5s ease-in 2.2s both;
}
@-webkit-keyframes animate-svg-stroke-57 {
  0% {
    stroke-dashoffset: 5.5779280663px;
    stroke-dasharray: 5.5779280663px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.5779280663px;
  }
}
@keyframes animate-svg-stroke-57 {
  0% {
    stroke-dashoffset: 5.5779280663px;
    stroke-dasharray: 5.5779280663px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.5779280663px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-57 {
  -webkit-animation: animate-svg-stroke-57 0.5s ease-in 2.24s both;
  animation: animate-svg-stroke-57 0.5s ease-in 2.24s both;
}
@-webkit-keyframes animate-svg-stroke-58 {
  0% {
    stroke-dashoffset: 3.3699951172px;
    stroke-dasharray: 3.3699951172px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.3699951172px;
  }
}
@keyframes animate-svg-stroke-58 {
  0% {
    stroke-dashoffset: 3.3699951172px;
    stroke-dasharray: 3.3699951172px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.3699951172px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-58 {
  -webkit-animation: animate-svg-stroke-58 0.5s ease-in 2.28s both;
  animation: animate-svg-stroke-58 0.5s ease-in 2.28s both;
}
@-webkit-keyframes animate-svg-stroke-59 {
  0% {
    stroke-dashoffset: 2.6912541389px;
    stroke-dasharray: 2.6912541389px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6912541389px;
  }
}
@keyframes animate-svg-stroke-59 {
  0% {
    stroke-dashoffset: 2.6912541389px;
    stroke-dasharray: 2.6912541389px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6912541389px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-59 {
  -webkit-animation: animate-svg-stroke-59 0.5s ease-in 2.32s both;
  animation: animate-svg-stroke-59 0.5s ease-in 2.32s both;
}
@-webkit-keyframes animate-svg-stroke-60 {
  0% {
    stroke-dashoffset: 2.6790305972px;
    stroke-dasharray: 2.6790305972px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6790305972px;
  }
}
@keyframes animate-svg-stroke-60 {
  0% {
    stroke-dashoffset: 2.6790305972px;
    stroke-dasharray: 2.6790305972px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6790305972px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-60 {
  -webkit-animation: animate-svg-stroke-60 0.5s ease-in 2.36s both;
  animation: animate-svg-stroke-60 0.5s ease-in 2.36s both;
}
@-webkit-keyframes animate-svg-stroke-61 {
  0% {
    stroke-dashoffset: 2.6887893081px;
    stroke-dasharray: 2.6887893081px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6887893081px;
  }
}
@keyframes animate-svg-stroke-61 {
  0% {
    stroke-dashoffset: 2.6887893081px;
    stroke-dasharray: 2.6887893081px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6887893081px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-61 {
  -webkit-animation: animate-svg-stroke-61 0.5s ease-in 2.4s both;
  animation: animate-svg-stroke-61 0.5s ease-in 2.4s both;
}
@-webkit-keyframes animate-svg-stroke-62 {
  0% {
    stroke-dashoffset: 2.6753244996px;
    stroke-dasharray: 2.6753244996px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6753244996px;
  }
}
@keyframes animate-svg-stroke-62 {
  0% {
    stroke-dashoffset: 2.6753244996px;
    stroke-dasharray: 2.6753244996px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6753244996px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-62 {
  -webkit-animation: animate-svg-stroke-62 0.5s ease-in 2.44s both;
  animation: animate-svg-stroke-62 0.5s ease-in 2.44s both;
}
@-webkit-keyframes animate-svg-stroke-63 {
  0% {
    stroke-dashoffset: 2.8775316477px;
    stroke-dasharray: 2.8775316477px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.8775316477px;
  }
}
@keyframes animate-svg-stroke-63 {
  0% {
    stroke-dashoffset: 2.8775316477px;
    stroke-dasharray: 2.8775316477px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.8775316477px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-63 {
  -webkit-animation: animate-svg-stroke-63 0.5s ease-in 2.48s both;
  animation: animate-svg-stroke-63 0.5s ease-in 2.48s both;
}
@-webkit-keyframes animate-svg-stroke-64 {
  0% {
    stroke-dashoffset: 10.3429431915px;
    stroke-dasharray: 10.3429431915px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 10.3429431915px;
  }
}
@keyframes animate-svg-stroke-64 {
  0% {
    stroke-dashoffset: 10.3429431915px;
    stroke-dasharray: 10.3429431915px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 10.3429431915px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-64 {
  -webkit-animation: animate-svg-stroke-64 0.5s ease-in 2.52s both;
  animation: animate-svg-stroke-64 0.5s ease-in 2.52s both;
}
@-webkit-keyframes animate-svg-stroke-65 {
  0% {
    stroke-dashoffset: 3.3806185722px;
    stroke-dasharray: 3.3806185722px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.3806185722px;
  }
}
@keyframes animate-svg-stroke-65 {
  0% {
    stroke-dashoffset: 3.3806185722px;
    stroke-dasharray: 3.3806185722px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.3806185722px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-65 {
  -webkit-animation: animate-svg-stroke-65 0.5s ease-in 2.56s both;
  animation: animate-svg-stroke-65 0.5s ease-in 2.56s both;
}
@-webkit-keyframes animate-svg-stroke-66 {
  0% {
    stroke-dashoffset: 2.6835305691px;
    stroke-dasharray: 2.6835305691px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6835305691px;
  }
}
@keyframes animate-svg-stroke-66 {
  0% {
    stroke-dashoffset: 2.6835305691px;
    stroke-dasharray: 2.6835305691px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6835305691px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-66 {
  -webkit-animation: animate-svg-stroke-66 0.5s ease-in 2.6s both;
  animation: animate-svg-stroke-66 0.5s ease-in 2.6s both;
}
@-webkit-keyframes animate-svg-stroke-67 {
  0% {
    stroke-dashoffset: 2.692797482px;
    stroke-dasharray: 2.692797482px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.692797482px;
  }
}
@keyframes animate-svg-stroke-67 {
  0% {
    stroke-dashoffset: 2.692797482px;
    stroke-dasharray: 2.692797482px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.692797482px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-67 {
  -webkit-animation: animate-svg-stroke-67 0.5s ease-in 2.64s both;
  animation: animate-svg-stroke-67 0.5s ease-in 2.64s both;
}
@-webkit-keyframes animate-svg-stroke-68 {
  0% {
    stroke-dashoffset: 2.3313197196px;
    stroke-dasharray: 2.3313197196px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.3313197196px;
  }
}
@keyframes animate-svg-stroke-68 {
  0% {
    stroke-dashoffset: 2.3313197196px;
    stroke-dasharray: 2.3313197196px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.3313197196px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-68 {
  -webkit-animation: animate-svg-stroke-68 0.5s ease-in 2.68s both;
  animation: animate-svg-stroke-68 0.5s ease-in 2.68s both;
}
@-webkit-keyframes animate-svg-stroke-69 {
  0% {
    stroke-dashoffset: 4.0956430435px;
    stroke-dasharray: 4.0956430435px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.0956430435px;
  }
}
@keyframes animate-svg-stroke-69 {
  0% {
    stroke-dashoffset: 4.0956430435px;
    stroke-dasharray: 4.0956430435px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.0956430435px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-69 {
  -webkit-animation: animate-svg-stroke-69 0.5s ease-in 2.72s both;
  animation: animate-svg-stroke-69 0.5s ease-in 2.72s both;
}
@-webkit-keyframes animate-svg-stroke-70 {
  0% {
    stroke-dashoffset: 4.6864812374px;
    stroke-dasharray: 4.6864812374px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.6864812374px;
  }
}
@keyframes animate-svg-stroke-70 {
  0% {
    stroke-dashoffset: 4.6864812374px;
    stroke-dasharray: 4.6864812374px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.6864812374px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-70 {
  -webkit-animation: animate-svg-stroke-70 0.5s ease-in 2.76s both;
  animation: animate-svg-stroke-70 0.5s ease-in 2.76s both;
}
@-webkit-keyframes animate-svg-stroke-71 {
  0% {
    stroke-dashoffset: 2.6761326194px;
    stroke-dasharray: 2.6761326194px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6761326194px;
  }
}
@keyframes animate-svg-stroke-71 {
  0% {
    stroke-dashoffset: 2.6761326194px;
    stroke-dasharray: 2.6761326194px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6761326194px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-71 {
  -webkit-animation: animate-svg-stroke-71 0.5s ease-in 2.8s both;
  animation: animate-svg-stroke-71 0.5s ease-in 2.8s both;
}
@-webkit-keyframes animate-svg-stroke-72 {
  0% {
    stroke-dashoffset: 2.6905803084px;
    stroke-dasharray: 2.6905803084px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6905803084px;
  }
}
@keyframes animate-svg-stroke-72 {
  0% {
    stroke-dashoffset: 2.6905803084px;
    stroke-dasharray: 2.6905803084px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6905803084px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-72 {
  -webkit-animation: animate-svg-stroke-72 0.5s ease-in 2.84s both;
  animation: animate-svg-stroke-72 0.5s ease-in 2.84s both;
}
@-webkit-keyframes animate-svg-stroke-73 {
  0% {
    stroke-dashoffset: 12.3482990265px;
    stroke-dasharray: 12.3482990265px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 12.3482990265px;
  }
}
@keyframes animate-svg-stroke-73 {
  0% {
    stroke-dashoffset: 12.3482990265px;
    stroke-dasharray: 12.3482990265px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 12.3482990265px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-73 {
  -webkit-animation: animate-svg-stroke-73 0.5s ease-in 2.88s both;
  animation: animate-svg-stroke-73 0.5s ease-in 2.88s both;
}
@-webkit-keyframes animate-svg-stroke-74 {
  0% {
    stroke-dashoffset: 2.3640189469px;
    stroke-dasharray: 2.3640189469px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.3640189469px;
  }
}
@keyframes animate-svg-stroke-74 {
  0% {
    stroke-dashoffset: 2.3640189469px;
    stroke-dasharray: 2.3640189469px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.3640189469px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-74 {
  -webkit-animation: animate-svg-stroke-74 0.5s ease-in 2.92s both;
  animation: animate-svg-stroke-74 0.5s ease-in 2.92s both;
}
@-webkit-keyframes animate-svg-stroke-75 {
  0% {
    stroke-dashoffset: 5.5033845901px;
    stroke-dasharray: 5.5033845901px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.5033845901px;
  }
}
@keyframes animate-svg-stroke-75 {
  0% {
    stroke-dashoffset: 5.5033845901px;
    stroke-dasharray: 5.5033845901px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.5033845901px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-75 {
  -webkit-animation: animate-svg-stroke-75 0.5s ease-in 2.96s both;
  animation: animate-svg-stroke-75 0.5s ease-in 2.96s both;
}
@-webkit-keyframes animate-svg-stroke-76 {
  0% {
    stroke-dashoffset: 2.679385066px;
    stroke-dasharray: 2.679385066px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.679385066px;
  }
}
@keyframes animate-svg-stroke-76 {
  0% {
    stroke-dashoffset: 2.679385066px;
    stroke-dasharray: 2.679385066px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.679385066px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-76 {
  -webkit-animation: animate-svg-stroke-76 0.5s ease-in 3s both;
  animation: animate-svg-stroke-76 0.5s ease-in 3s both;
}
@-webkit-keyframes animate-svg-stroke-77 {
  0% {
    stroke-dashoffset: 2.6936116815px;
    stroke-dasharray: 2.6936116815px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6936116815px;
  }
}
@keyframes animate-svg-stroke-77 {
  0% {
    stroke-dashoffset: 2.6936116815px;
    stroke-dasharray: 2.6936116815px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6936116815px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-77 {
  -webkit-animation: animate-svg-stroke-77 0.5s ease-in 3.04s both;
  animation: animate-svg-stroke-77 0.5s ease-in 3.04s both;
}
@-webkit-keyframes animate-svg-stroke-78 {
  0% {
    stroke-dashoffset: 2.688693583px;
    stroke-dasharray: 2.688693583px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.688693583px;
  }
}
@keyframes animate-svg-stroke-78 {
  0% {
    stroke-dashoffset: 2.688693583px;
    stroke-dasharray: 2.688693583px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.688693583px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-78 {
  -webkit-animation: animate-svg-stroke-78 0.5s ease-in 3.08s both;
  animation: animate-svg-stroke-78 0.5s ease-in 3.08s both;
}
@-webkit-keyframes animate-svg-stroke-79 {
  0% {
    stroke-dashoffset: 2.7067005038px;
    stroke-dasharray: 2.7067005038px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.7067005038px;
  }
}
@keyframes animate-svg-stroke-79 {
  0% {
    stroke-dashoffset: 2.7067005038px;
    stroke-dasharray: 2.7067005038px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.7067005038px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-79 {
  -webkit-animation: animate-svg-stroke-79 0.5s ease-in 3.12s both;
  animation: animate-svg-stroke-79 0.5s ease-in 3.12s both;
}
@-webkit-keyframes animate-svg-stroke-80 {
  0% {
    stroke-dashoffset: 2.6912258267px;
    stroke-dasharray: 2.6912258267px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6912258267px;
  }
}
@keyframes animate-svg-stroke-80 {
  0% {
    stroke-dashoffset: 2.6912258267px;
    stroke-dasharray: 2.6912258267px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6912258267px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-80 {
  -webkit-animation: animate-svg-stroke-80 0.5s ease-in 3.16s both;
  animation: animate-svg-stroke-80 0.5s ease-in 3.16s both;
}
@-webkit-keyframes animate-svg-stroke-81 {
  0% {
    stroke-dashoffset: 2.6962844133px;
    stroke-dasharray: 2.6962844133px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6962844133px;
  }
}
@keyframes animate-svg-stroke-81 {
  0% {
    stroke-dashoffset: 2.6962844133px;
    stroke-dasharray: 2.6962844133px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6962844133px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-81 {
  -webkit-animation: animate-svg-stroke-81 0.5s ease-in 3.2s both;
  animation: animate-svg-stroke-81 0.5s ease-in 3.2s both;
}
@-webkit-keyframes animate-svg-stroke-82 {
  0% {
    stroke-dashoffset: 2.7612306476px;
    stroke-dasharray: 2.7612306476px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.7612306476px;
  }
}
@keyframes animate-svg-stroke-82 {
  0% {
    stroke-dashoffset: 2.7612306476px;
    stroke-dasharray: 2.7612306476px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.7612306476px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-82 {
  -webkit-animation: animate-svg-stroke-82 0.5s ease-in 3.24s both;
  animation: animate-svg-stroke-82 0.5s ease-in 3.24s both;
}
@-webkit-keyframes animate-svg-stroke-83 {
  0% {
    stroke-dashoffset: 3.3916780949px;
    stroke-dasharray: 3.3916780949px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.3916780949px;
  }
}
@keyframes animate-svg-stroke-83 {
  0% {
    stroke-dashoffset: 3.3916780949px;
    stroke-dasharray: 3.3916780949px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.3916780949px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-83 {
  -webkit-animation: animate-svg-stroke-83 0.5s ease-in 3.28s both;
  animation: animate-svg-stroke-83 0.5s ease-in 3.28s both;
}
@-webkit-keyframes animate-svg-stroke-84 {
  0% {
    stroke-dashoffset: 2.68255198px;
    stroke-dasharray: 2.68255198px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.68255198px;
  }
}
@keyframes animate-svg-stroke-84 {
  0% {
    stroke-dashoffset: 2.68255198px;
    stroke-dasharray: 2.68255198px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.68255198px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-84 {
  -webkit-animation: animate-svg-stroke-84 0.5s ease-in 3.32s both;
  animation: animate-svg-stroke-84 0.5s ease-in 3.32s both;
}
@-webkit-keyframes animate-svg-stroke-85 {
  0% {
    stroke-dashoffset: 2.6981367469px;
    stroke-dasharray: 2.6981367469px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6981367469px;
  }
}
@keyframes animate-svg-stroke-85 {
  0% {
    stroke-dashoffset: 2.6981367469px;
    stroke-dasharray: 2.6981367469px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6981367469px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-85 {
  -webkit-animation: animate-svg-stroke-85 0.5s ease-in 3.36s both;
  animation: animate-svg-stroke-85 0.5s ease-in 3.36s both;
}
@-webkit-keyframes animate-svg-stroke-86 {
  0% {
    stroke-dashoffset: 2.6789425015px;
    stroke-dasharray: 2.6789425015px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6789425015px;
  }
}
@keyframes animate-svg-stroke-86 {
  0% {
    stroke-dashoffset: 2.6789425015px;
    stroke-dasharray: 2.6789425015px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6789425015px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-86 {
  -webkit-animation: animate-svg-stroke-86 0.5s ease-in 3.4s both;
  animation: animate-svg-stroke-86 0.5s ease-in 3.4s both;
}
@-webkit-keyframes animate-svg-stroke-87 {
  0% {
    stroke-dashoffset: 2.693095386px;
    stroke-dasharray: 2.693095386px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.693095386px;
  }
}
@keyframes animate-svg-stroke-87 {
  0% {
    stroke-dashoffset: 2.693095386px;
    stroke-dasharray: 2.693095386px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.693095386px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-87 {
  -webkit-animation: animate-svg-stroke-87 0.5s ease-in 3.44s both;
  animation: animate-svg-stroke-87 0.5s ease-in 3.44s both;
}
@-webkit-keyframes animate-svg-stroke-88 {
  0% {
    stroke-dashoffset: 4.561060667px;
    stroke-dasharray: 4.561060667px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.561060667px;
  }
}
@keyframes animate-svg-stroke-88 {
  0% {
    stroke-dashoffset: 4.561060667px;
    stroke-dasharray: 4.561060667px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.561060667px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-88 {
  -webkit-animation: animate-svg-stroke-88 0.5s ease-in 3.48s both;
  animation: animate-svg-stroke-88 0.5s ease-in 3.48s both;
}
@-webkit-keyframes animate-svg-stroke-89 {
  0% {
    stroke-dashoffset: 5.6334357262px;
    stroke-dasharray: 5.6334357262px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.6334357262px;
  }
}
@keyframes animate-svg-stroke-89 {
  0% {
    stroke-dashoffset: 5.6334357262px;
    stroke-dasharray: 5.6334357262px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.6334357262px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-89 {
  -webkit-animation: animate-svg-stroke-89 0.5s ease-in 3.52s both;
  animation: animate-svg-stroke-89 0.5s ease-in 3.52s both;
}
@-webkit-keyframes animate-svg-stroke-90 {
  0% {
    stroke-dashoffset: 4.2684543133px;
    stroke-dasharray: 4.2684543133px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.2684543133px;
  }
}
@keyframes animate-svg-stroke-90 {
  0% {
    stroke-dashoffset: 4.2684543133px;
    stroke-dasharray: 4.2684543133px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.2684543133px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-90 {
  -webkit-animation: animate-svg-stroke-90 0.5s ease-in 3.56s both;
  animation: animate-svg-stroke-90 0.5s ease-in 3.56s both;
}
@-webkit-keyframes animate-svg-stroke-91 {
  0% {
    stroke-dashoffset: 2.7120936513px;
    stroke-dasharray: 2.7120936513px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.7120936513px;
  }
}
@keyframes animate-svg-stroke-91 {
  0% {
    stroke-dashoffset: 2.7120936513px;
    stroke-dasharray: 2.7120936513px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.7120936513px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-91 {
  -webkit-animation: animate-svg-stroke-91 0.5s ease-in 3.6s both;
  animation: animate-svg-stroke-91 0.5s ease-in 3.6s both;
}
@-webkit-keyframes animate-svg-stroke-92 {
  0% {
    stroke-dashoffset: 2.6904601455px;
    stroke-dasharray: 2.6904601455px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6904601455px;
  }
}
@keyframes animate-svg-stroke-92 {
  0% {
    stroke-dashoffset: 2.6904601455px;
    stroke-dasharray: 2.6904601455px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6904601455px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-92 {
  -webkit-animation: animate-svg-stroke-92 0.5s ease-in 3.64s both;
  animation: animate-svg-stroke-92 0.5s ease-in 3.64s both;
}
@-webkit-keyframes animate-svg-stroke-93 {
  0% {
    stroke-dashoffset: 7.497133255px;
    stroke-dasharray: 7.497133255px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.497133255px;
  }
}
@keyframes animate-svg-stroke-93 {
  0% {
    stroke-dashoffset: 7.497133255px;
    stroke-dasharray: 7.497133255px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.497133255px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-93 {
  -webkit-animation: animate-svg-stroke-93 0.5s ease-in 3.68s both;
  animation: animate-svg-stroke-93 0.5s ease-in 3.68s both;
}
@-webkit-keyframes animate-svg-stroke-94 {
  0% {
    stroke-dashoffset: 2012.3315429688px;
    stroke-dasharray: 2012.3315429688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2012.3315429688px;
  }
}
@keyframes animate-svg-stroke-94 {
  0% {
    stroke-dashoffset: 2012.3315429688px;
    stroke-dasharray: 2012.3315429688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2012.3315429688px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-94 {
  -webkit-animation: animate-svg-stroke-94 0.5s ease-in 3.72s both;
  animation: animate-svg-stroke-94 0.5s ease-in 3.72s both;
}
@-webkit-keyframes animate-svg-stroke-95 {
  0% {
    stroke-dashoffset: 406.6127929688px;
    stroke-dasharray: 406.6127929688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 406.6127929688px;
  }
}
@keyframes animate-svg-stroke-95 {
  0% {
    stroke-dashoffset: 406.6127929688px;
    stroke-dasharray: 406.6127929688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 406.6127929688px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-95 {
  -webkit-animation: animate-svg-stroke-95 0.5s ease-in 3.76s both;
  animation: animate-svg-stroke-95 0.5s ease-in 3.76s both;
}
@-webkit-keyframes animate-svg-stroke-96 {
  0% {
    stroke-dashoffset: 351.4411621094px;
    stroke-dasharray: 351.4411621094px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 351.4411621094px;
  }
}
@keyframes animate-svg-stroke-96 {
  0% {
    stroke-dashoffset: 351.4411621094px;
    stroke-dasharray: 351.4411621094px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 351.4411621094px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-96 {
  -webkit-animation: animate-svg-stroke-96 0.5s ease-in 3.8s both;
  animation: animate-svg-stroke-96 0.5s ease-in 3.8s both;
}
@-webkit-keyframes animate-svg-stroke-97 {
  0% {
    stroke-dashoffset: 700.6002807617px;
    stroke-dasharray: 700.6002807617px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 700.6002807617px;
  }
}
@keyframes animate-svg-stroke-97 {
  0% {
    stroke-dashoffset: 700.6002807617px;
    stroke-dasharray: 700.6002807617px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 700.6002807617px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-97 {
  -webkit-animation: animate-svg-stroke-97 0.5s ease-in 3.84s both;
  animation: animate-svg-stroke-97 0.5s ease-in 3.84s both;
}
@-webkit-keyframes animate-svg-stroke-98 {
  0% {
    stroke-dashoffset: 187.3569793701px;
    stroke-dasharray: 187.3569793701px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 187.3569793701px;
  }
}
@keyframes animate-svg-stroke-98 {
  0% {
    stroke-dashoffset: 187.3569793701px;
    stroke-dasharray: 187.3569793701px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 187.3569793701px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-98 {
  -webkit-animation: animate-svg-stroke-98 0.5s ease-in 3.88s both;
  animation: animate-svg-stroke-98 0.5s ease-in 3.88s both;
}
@-webkit-keyframes animate-svg-stroke-99 {
  0% {
    stroke-dashoffset: 612.3157348633px;
    stroke-dasharray: 612.3157348633px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 612.3157348633px;
  }
}
@keyframes animate-svg-stroke-99 {
  0% {
    stroke-dashoffset: 612.3157348633px;
    stroke-dasharray: 612.3157348633px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 612.3157348633px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-99 {
  -webkit-animation: animate-svg-stroke-99 0.5s ease-in 3.92s both;
  animation: animate-svg-stroke-99 0.5s ease-in 3.92s both;
}
@-webkit-keyframes animate-svg-stroke-100 {
  0% {
    stroke-dashoffset: 670.2970581055px;
    stroke-dasharray: 670.2970581055px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 670.2970581055px;
  }
}
@keyframes animate-svg-stroke-100 {
  0% {
    stroke-dashoffset: 670.2970581055px;
    stroke-dasharray: 670.2970581055px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 670.2970581055px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-100 {
  -webkit-animation: animate-svg-stroke-100 0.5s ease-in 3.96s both;
  animation: animate-svg-stroke-100 0.5s ease-in 3.96s both;
}
@-webkit-keyframes animate-svg-stroke-101 {
  0% {
    stroke-dashoffset: 669.317199707px;
    stroke-dasharray: 669.317199707px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 669.317199707px;
  }
}
@keyframes animate-svg-stroke-101 {
  0% {
    stroke-dashoffset: 669.317199707px;
    stroke-dasharray: 669.317199707px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 669.317199707px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-101 {
  -webkit-animation: animate-svg-stroke-101 0.5s ease-in 4s both;
  animation: animate-svg-stroke-101 0.5s ease-in 4s both;
}
@-webkit-keyframes animate-svg-stroke-102 {
  0% {
    stroke-dashoffset: 524.4112548828px;
    stroke-dasharray: 524.4112548828px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 524.4112548828px;
  }
}
@keyframes animate-svg-stroke-102 {
  0% {
    stroke-dashoffset: 524.4112548828px;
    stroke-dasharray: 524.4112548828px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 524.4112548828px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-102 {
  -webkit-animation: animate-svg-stroke-102 0.5s ease-in 4.04s both;
  animation: animate-svg-stroke-102 0.5s ease-in 4.04s both;
}
@-webkit-keyframes animate-svg-stroke-103 {
  0% {
    stroke-dashoffset: 375.8837585449px;
    stroke-dasharray: 375.8837585449px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 375.8837585449px;
  }
}
@keyframes animate-svg-stroke-103 {
  0% {
    stroke-dashoffset: 375.8837585449px;
    stroke-dasharray: 375.8837585449px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 375.8837585449px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-103 {
  -webkit-animation: animate-svg-stroke-103 0.5s ease-in 4.08s both;
  animation: animate-svg-stroke-103 0.5s ease-in 4.08s both;
}
@-webkit-keyframes animate-svg-stroke-104 {
  0% {
    stroke-dashoffset: 395.7543945313px;
    stroke-dasharray: 395.7543945313px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 395.7543945313px;
  }
}
@keyframes animate-svg-stroke-104 {
  0% {
    stroke-dashoffset: 395.7543945313px;
    stroke-dasharray: 395.7543945313px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 395.7543945313px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-104 {
  -webkit-animation: animate-svg-stroke-104 0.5s ease-in 4.12s both;
  animation: animate-svg-stroke-104 0.5s ease-in 4.12s both;
}
@-webkit-keyframes animate-svg-stroke-105 {
  0% {
    stroke-dashoffset: 70.2050323486px;
    stroke-dasharray: 70.2050323486px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 70.2050323486px;
  }
}
@keyframes animate-svg-stroke-105 {
  0% {
    stroke-dashoffset: 70.2050323486px;
    stroke-dasharray: 70.2050323486px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 70.2050323486px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-105 {
  -webkit-animation: animate-svg-stroke-105 0.5s ease-in 4.16s both;
  animation: animate-svg-stroke-105 0.5s ease-in 4.16s both;
}
@-webkit-keyframes animate-svg-stroke-106 {
  0% {
    stroke-dashoffset: 137.2743377686px;
    stroke-dasharray: 137.2743377686px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 137.2743377686px;
  }
}
@keyframes animate-svg-stroke-106 {
  0% {
    stroke-dashoffset: 137.2743377686px;
    stroke-dasharray: 137.2743377686px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 137.2743377686px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-106 {
  -webkit-animation: animate-svg-stroke-106 0.5s ease-in 4.2s both;
  animation: animate-svg-stroke-106 0.5s ease-in 4.2s both;
}
@-webkit-keyframes animate-svg-stroke-107 {
  0% {
    stroke-dashoffset: 2.4803977907px;
    stroke-dasharray: 2.4803977907px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4803977907px;
  }
}
@keyframes animate-svg-stroke-107 {
  0% {
    stroke-dashoffset: 2.4803977907px;
    stroke-dasharray: 2.4803977907px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4803977907px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-107 {
  -webkit-animation: animate-svg-stroke-107 0.5s ease-in 4.24s both;
  animation: animate-svg-stroke-107 0.5s ease-in 4.24s both;
}
@-webkit-keyframes animate-svg-stroke-108 {
  0% {
    stroke-dashoffset: 491.5541992188px;
    stroke-dasharray: 491.5541992188px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 491.5541992188px;
  }
}
@keyframes animate-svg-stroke-108 {
  0% {
    stroke-dashoffset: 491.5541992188px;
    stroke-dasharray: 491.5541992188px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 491.5541992188px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-108 {
  -webkit-animation: animate-svg-stroke-108 0.5s ease-in 4.28s both;
  animation: animate-svg-stroke-108 0.5s ease-in 4.28s both;
}
@-webkit-keyframes animate-svg-stroke-109 {
  0% {
    stroke-dashoffset: 364.2756958008px;
    stroke-dasharray: 364.2756958008px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 364.2756958008px;
  }
}
@keyframes animate-svg-stroke-109 {
  0% {
    stroke-dashoffset: 364.2756958008px;
    stroke-dasharray: 364.2756958008px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 364.2756958008px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-109 {
  -webkit-animation: animate-svg-stroke-109 0.5s ease-in 4.32s both;
  animation: animate-svg-stroke-109 0.5s ease-in 4.32s both;
}
@-webkit-keyframes animate-svg-stroke-110 {
  0% {
    stroke-dashoffset: 116.5813217163px;
    stroke-dasharray: 116.5813217163px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 116.5813217163px;
  }
}
@keyframes animate-svg-stroke-110 {
  0% {
    stroke-dashoffset: 116.5813217163px;
    stroke-dasharray: 116.5813217163px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 116.5813217163px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-110 {
  -webkit-animation: animate-svg-stroke-110 0.5s ease-in 4.36s both;
  animation: animate-svg-stroke-110 0.5s ease-in 4.36s both;
}
@-webkit-keyframes animate-svg-stroke-111 {
  0% {
    stroke-dashoffset: 119.6015625px;
    stroke-dasharray: 119.6015625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 119.6015625px;
  }
}
@keyframes animate-svg-stroke-111 {
  0% {
    stroke-dashoffset: 119.6015625px;
    stroke-dasharray: 119.6015625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 119.6015625px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-111 {
  -webkit-animation: animate-svg-stroke-111 0.5s ease-in 4.4s both;
  animation: animate-svg-stroke-111 0.5s ease-in 4.4s both;
}
@-webkit-keyframes animate-svg-stroke-112 {
  0% {
    stroke-dashoffset: 1022.8076782227px;
    stroke-dasharray: 1022.8076782227px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1022.8076782227px;
  }
}
@keyframes animate-svg-stroke-112 {
  0% {
    stroke-dashoffset: 1022.8076782227px;
    stroke-dasharray: 1022.8076782227px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1022.8076782227px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-112 {
  -webkit-animation: animate-svg-stroke-112 0.5s ease-in 4.44s both;
  animation: animate-svg-stroke-112 0.5s ease-in 4.44s both;
}
@-webkit-keyframes animate-svg-stroke-113 {
  0% {
    stroke-dashoffset: 450.2778320313px;
    stroke-dasharray: 450.2778320313px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 450.2778320313px;
  }
}
@keyframes animate-svg-stroke-113 {
  0% {
    stroke-dashoffset: 450.2778320313px;
    stroke-dasharray: 450.2778320313px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 450.2778320313px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-113 {
  -webkit-animation: animate-svg-stroke-113 0.5s ease-in 4.48s both;
  animation: animate-svg-stroke-113 0.5s ease-in 4.48s both;
}
@-webkit-keyframes animate-svg-stroke-114 {
  0% {
    stroke-dashoffset: 491.8581542969px;
    stroke-dasharray: 491.8581542969px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 491.8581542969px;
  }
}
@keyframes animate-svg-stroke-114 {
  0% {
    stroke-dashoffset: 491.8581542969px;
    stroke-dasharray: 491.8581542969px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 491.8581542969px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-114 {
  -webkit-animation: animate-svg-stroke-114 0.5s ease-in 4.52s both;
  animation: animate-svg-stroke-114 0.5s ease-in 4.52s both;
}
@-webkit-keyframes animate-svg-stroke-115 {
  0% {
    stroke-dashoffset: 637.0651855469px;
    stroke-dasharray: 637.0651855469px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 637.0651855469px;
  }
}
@keyframes animate-svg-stroke-115 {
  0% {
    stroke-dashoffset: 637.0651855469px;
    stroke-dasharray: 637.0651855469px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 637.0651855469px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-115 {
  -webkit-animation: animate-svg-stroke-115 0.5s ease-in 4.56s both;
  animation: animate-svg-stroke-115 0.5s ease-in 4.56s both;
}
@-webkit-keyframes animate-svg-stroke-116 {
  0% {
    stroke-dashoffset: 396.7011108398px;
    stroke-dasharray: 396.7011108398px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 396.7011108398px;
  }
}
@keyframes animate-svg-stroke-116 {
  0% {
    stroke-dashoffset: 396.7011108398px;
    stroke-dasharray: 396.7011108398px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 396.7011108398px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-116 {
  -webkit-animation: animate-svg-stroke-116 0.5s ease-in 4.6s both;
  animation: animate-svg-stroke-116 0.5s ease-in 4.6s both;
}
@-webkit-keyframes animate-svg-stroke-117 {
  0% {
    stroke-dashoffset: 3.410353899px;
    stroke-dasharray: 3.410353899px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.410353899px;
  }
}
@keyframes animate-svg-stroke-117 {
  0% {
    stroke-dashoffset: 3.410353899px;
    stroke-dasharray: 3.410353899px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.410353899px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-117 {
  -webkit-animation: animate-svg-stroke-117 0.5s ease-in 4.64s both;
  animation: animate-svg-stroke-117 0.5s ease-in 4.64s both;
}
@-webkit-keyframes animate-svg-stroke-118 {
  0% {
    stroke-dashoffset: 237.9217529297px;
    stroke-dasharray: 237.9217529297px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 237.9217529297px;
  }
}
@keyframes animate-svg-stroke-118 {
  0% {
    stroke-dashoffset: 237.9217529297px;
    stroke-dasharray: 237.9217529297px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 237.9217529297px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-118 {
  -webkit-animation: animate-svg-stroke-118 0.5s ease-in 4.68s both;
  animation: animate-svg-stroke-118 0.5s ease-in 4.68s both;
}
@-webkit-keyframes animate-svg-stroke-119 {
  0% {
    stroke-dashoffset: 57.871723175px;
    stroke-dasharray: 57.871723175px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 57.871723175px;
  }
}
@keyframes animate-svg-stroke-119 {
  0% {
    stroke-dashoffset: 57.871723175px;
    stroke-dasharray: 57.871723175px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 57.871723175px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-119 {
  -webkit-animation: animate-svg-stroke-119 0.5s ease-in 4.72s both;
  animation: animate-svg-stroke-119 0.5s ease-in 4.72s both;
}
@-webkit-keyframes animate-svg-stroke-120 {
  0% {
    stroke-dashoffset: 179.7917175293px;
    stroke-dasharray: 179.7917175293px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 179.7917175293px;
  }
}
@keyframes animate-svg-stroke-120 {
  0% {
    stroke-dashoffset: 179.7917175293px;
    stroke-dasharray: 179.7917175293px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 179.7917175293px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-120 {
  -webkit-animation: animate-svg-stroke-120 0.5s ease-in 4.76s both;
  animation: animate-svg-stroke-120 0.5s ease-in 4.76s both;
}
@-webkit-keyframes animate-svg-stroke-121 {
  0% {
    stroke-dashoffset: 374.6821289063px;
    stroke-dasharray: 374.6821289063px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 374.6821289063px;
  }
}
@keyframes animate-svg-stroke-121 {
  0% {
    stroke-dashoffset: 374.6821289063px;
    stroke-dasharray: 374.6821289063px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 374.6821289063px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-121 {
  -webkit-animation: animate-svg-stroke-121 0.5s ease-in 4.8s both;
  animation: animate-svg-stroke-121 0.5s ease-in 4.8s both;
}
@-webkit-keyframes animate-svg-stroke-122 {
  0% {
    stroke-dashoffset: 380.7855529785px;
    stroke-dasharray: 380.7855529785px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 380.7855529785px;
  }
}
@keyframes animate-svg-stroke-122 {
  0% {
    stroke-dashoffset: 380.7855529785px;
    stroke-dasharray: 380.7855529785px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 380.7855529785px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-122 {
  -webkit-animation: animate-svg-stroke-122 0.5s ease-in 4.84s both;
  animation: animate-svg-stroke-122 0.5s ease-in 4.84s both;
}
@-webkit-keyframes animate-svg-stroke-123 {
  0% {
    stroke-dashoffset: 305.0430297852px;
    stroke-dasharray: 305.0430297852px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 305.0430297852px;
  }
}
@keyframes animate-svg-stroke-123 {
  0% {
    stroke-dashoffset: 305.0430297852px;
    stroke-dasharray: 305.0430297852px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 305.0430297852px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-123 {
  -webkit-animation: animate-svg-stroke-123 0.5s ease-in 4.88s both;
  animation: animate-svg-stroke-123 0.5s ease-in 4.88s both;
}
@-webkit-keyframes animate-svg-stroke-124 {
  0% {
    stroke-dashoffset: 296.8316040039px;
    stroke-dasharray: 296.8316040039px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 296.8316040039px;
  }
}
@keyframes animate-svg-stroke-124 {
  0% {
    stroke-dashoffset: 296.8316040039px;
    stroke-dasharray: 296.8316040039px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 296.8316040039px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-124 {
  -webkit-animation: animate-svg-stroke-124 0.5s ease-in 4.92s both;
  animation: animate-svg-stroke-124 0.5s ease-in 4.92s both;
}
@-webkit-keyframes animate-svg-stroke-125 {
  0% {
    stroke-dashoffset: 57.0200538635px;
    stroke-dasharray: 57.0200538635px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 57.0200538635px;
  }
}
@keyframes animate-svg-stroke-125 {
  0% {
    stroke-dashoffset: 57.0200538635px;
    stroke-dasharray: 57.0200538635px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 57.0200538635px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-125 {
  -webkit-animation: animate-svg-stroke-125 0.5s ease-in 4.96s both;
  animation: animate-svg-stroke-125 0.5s ease-in 4.96s both;
}
@-webkit-keyframes animate-svg-stroke-126 {
  0% {
    stroke-dashoffset: 309.7520141602px;
    stroke-dasharray: 309.7520141602px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 309.7520141602px;
  }
}
@keyframes animate-svg-stroke-126 {
  0% {
    stroke-dashoffset: 309.7520141602px;
    stroke-dasharray: 309.7520141602px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 309.7520141602px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-126 {
  -webkit-animation: animate-svg-stroke-126 0.5s ease-in 5s both;
  animation: animate-svg-stroke-126 0.5s ease-in 5s both;
}
@-webkit-keyframes animate-svg-stroke-127 {
  0% {
    stroke-dashoffset: 382.9949645996px;
    stroke-dasharray: 382.9949645996px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 382.9949645996px;
  }
}
@keyframes animate-svg-stroke-127 {
  0% {
    stroke-dashoffset: 382.9949645996px;
    stroke-dasharray: 382.9949645996px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 382.9949645996px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-127 {
  -webkit-animation: animate-svg-stroke-127 0.5s ease-in 5.04s both;
  animation: animate-svg-stroke-127 0.5s ease-in 5.04s both;
}
@-webkit-keyframes animate-svg-stroke-128 {
  0% {
    stroke-dashoffset: 58.9562759399px;
    stroke-dasharray: 58.9562759399px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 58.9562759399px;
  }
}
@keyframes animate-svg-stroke-128 {
  0% {
    stroke-dashoffset: 58.9562759399px;
    stroke-dasharray: 58.9562759399px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 58.9562759399px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-128 {
  -webkit-animation: animate-svg-stroke-128 0.5s ease-in 5.08s both;
  animation: animate-svg-stroke-128 0.5s ease-in 5.08s both;
}
@-webkit-keyframes animate-svg-stroke-129 {
  0% {
    stroke-dashoffset: 134.5051422119px;
    stroke-dasharray: 134.5051422119px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 134.5051422119px;
  }
}
@keyframes animate-svg-stroke-129 {
  0% {
    stroke-dashoffset: 134.5051422119px;
    stroke-dasharray: 134.5051422119px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 134.5051422119px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-129 {
  -webkit-animation: animate-svg-stroke-129 0.5s ease-in 5.12s both;
  animation: animate-svg-stroke-129 0.5s ease-in 5.12s both;
}
@-webkit-keyframes animate-svg-stroke-130 {
  0% {
    stroke-dashoffset: 5.9809970856px;
    stroke-dasharray: 5.9809970856px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.9809970856px;
  }
}
@keyframes animate-svg-stroke-130 {
  0% {
    stroke-dashoffset: 5.9809970856px;
    stroke-dasharray: 5.9809970856px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.9809970856px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-130 {
  -webkit-animation: animate-svg-stroke-130 0.5s ease-in 5.16s both;
  animation: animate-svg-stroke-130 0.5s ease-in 5.16s both;
}
@-webkit-keyframes animate-svg-stroke-131 {
  0% {
    stroke-dashoffset: 8.9504098892px;
    stroke-dasharray: 8.9504098892px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 8.9504098892px;
  }
}
@keyframes animate-svg-stroke-131 {
  0% {
    stroke-dashoffset: 8.9504098892px;
    stroke-dasharray: 8.9504098892px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 8.9504098892px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-131 {
  -webkit-animation: animate-svg-stroke-131 0.5s ease-in 5.2s both;
  animation: animate-svg-stroke-131 0.5s ease-in 5.2s both;
}
@-webkit-keyframes animate-svg-stroke-132 {
  0% {
    stroke-dashoffset: 468.3076477051px;
    stroke-dasharray: 468.3076477051px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 468.3076477051px;
  }
}
@keyframes animate-svg-stroke-132 {
  0% {
    stroke-dashoffset: 468.3076477051px;
    stroke-dasharray: 468.3076477051px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 468.3076477051px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-132 {
  -webkit-animation: animate-svg-stroke-132 0.5s ease-in 5.24s both;
  animation: animate-svg-stroke-132 0.5s ease-in 5.24s both;
}
@-webkit-keyframes animate-svg-stroke-133 {
  0% {
    stroke-dashoffset: 565.333190918px;
    stroke-dasharray: 565.333190918px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 565.333190918px;
  }
}
@keyframes animate-svg-stroke-133 {
  0% {
    stroke-dashoffset: 565.333190918px;
    stroke-dasharray: 565.333190918px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 565.333190918px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-133 {
  -webkit-animation: animate-svg-stroke-133 0.5s ease-in 5.28s both;
  animation: animate-svg-stroke-133 0.5s ease-in 5.28s both;
}
@-webkit-keyframes animate-svg-stroke-134 {
  0% {
    stroke-dashoffset: 487.6378479004px;
    stroke-dasharray: 487.6378479004px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 487.6378479004px;
  }
}
@keyframes animate-svg-stroke-134 {
  0% {
    stroke-dashoffset: 487.6378479004px;
    stroke-dasharray: 487.6378479004px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 487.6378479004px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-134 {
  -webkit-animation: animate-svg-stroke-134 0.5s ease-in 5.32s both;
  animation: animate-svg-stroke-134 0.5s ease-in 5.32s both;
}
@-webkit-keyframes animate-svg-stroke-135 {
  0% {
    stroke-dashoffset: 208.6928253174px;
    stroke-dasharray: 208.6928253174px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 208.6928253174px;
  }
}
@keyframes animate-svg-stroke-135 {
  0% {
    stroke-dashoffset: 208.6928253174px;
    stroke-dasharray: 208.6928253174px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 208.6928253174px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-135 {
  -webkit-animation: animate-svg-stroke-135 0.5s ease-in 5.36s both;
  animation: animate-svg-stroke-135 0.5s ease-in 5.36s both;
}
@-webkit-keyframes animate-svg-stroke-136 {
  0% {
    stroke-dashoffset: 508.6428527832px;
    stroke-dasharray: 508.6428527832px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 508.6428527832px;
  }
}
@keyframes animate-svg-stroke-136 {
  0% {
    stroke-dashoffset: 508.6428527832px;
    stroke-dasharray: 508.6428527832px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 508.6428527832px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-136 {
  -webkit-animation: animate-svg-stroke-136 0.5s ease-in 5.4s both;
  animation: animate-svg-stroke-136 0.5s ease-in 5.4s both;
}
@-webkit-keyframes animate-svg-stroke-137 {
  0% {
    stroke-dashoffset: 227.7982025146px;
    stroke-dasharray: 227.7982025146px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 227.7982025146px;
  }
}
@keyframes animate-svg-stroke-137 {
  0% {
    stroke-dashoffset: 227.7982025146px;
    stroke-dasharray: 227.7982025146px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 227.7982025146px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-137 {
  -webkit-animation: animate-svg-stroke-137 0.5s ease-in 5.44s both;
  animation: animate-svg-stroke-137 0.5s ease-in 5.44s both;
}
@-webkit-keyframes animate-svg-stroke-138 {
  0% {
    stroke-dashoffset: 531.5807495117px;
    stroke-dasharray: 531.5807495117px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 531.5807495117px;
  }
}
@keyframes animate-svg-stroke-138 {
  0% {
    stroke-dashoffset: 531.5807495117px;
    stroke-dasharray: 531.5807495117px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 531.5807495117px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-138 {
  -webkit-animation: animate-svg-stroke-138 0.5s ease-in 5.48s both;
  animation: animate-svg-stroke-138 0.5s ease-in 5.48s both;
}
@-webkit-keyframes animate-svg-stroke-139 {
  0% {
    stroke-dashoffset: 152.860534668px;
    stroke-dasharray: 152.860534668px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 152.860534668px;
  }
}
@keyframes animate-svg-stroke-139 {
  0% {
    stroke-dashoffset: 152.860534668px;
    stroke-dasharray: 152.860534668px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 152.860534668px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-139 {
  -webkit-animation: animate-svg-stroke-139 0.5s ease-in 5.52s both;
  animation: animate-svg-stroke-139 0.5s ease-in 5.52s both;
}
@-webkit-keyframes animate-svg-stroke-140 {
  0% {
    stroke-dashoffset: 5.9809999466px;
    stroke-dasharray: 5.9809999466px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.9809999466px;
  }
}
@keyframes animate-svg-stroke-140 {
  0% {
    stroke-dashoffset: 5.9809999466px;
    stroke-dasharray: 5.9809999466px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.9809999466px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-140 {
  -webkit-animation: animate-svg-stroke-140 0.5s ease-in 5.56s both;
  animation: animate-svg-stroke-140 0.5s ease-in 5.56s both;
}
@-webkit-keyframes animate-svg-stroke-141 {
  0% {
    stroke-dashoffset: 5.9814999104px;
    stroke-dasharray: 5.9814999104px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.9814999104px;
  }
}
@keyframes animate-svg-stroke-141 {
  0% {
    stroke-dashoffset: 5.9814999104px;
    stroke-dasharray: 5.9814999104px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.9814999104px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-141 {
  -webkit-animation: animate-svg-stroke-141 0.5s ease-in 5.6s both;
  animation: animate-svg-stroke-141 0.5s ease-in 5.6s both;
}
@-webkit-keyframes animate-svg-stroke-142 {
  0% {
    stroke-dashoffset: 6.0007991791px;
    stroke-dasharray: 6.0007991791px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.0007991791px;
  }
}
@keyframes animate-svg-stroke-142 {
  0% {
    stroke-dashoffset: 6.0007991791px;
    stroke-dasharray: 6.0007991791px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.0007991791px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-142 {
  -webkit-animation: animate-svg-stroke-142 0.5s ease-in 5.64s both;
  animation: animate-svg-stroke-142 0.5s ease-in 5.64s both;
}
@-webkit-keyframes animate-svg-stroke-143 {
  0% {
    stroke-dashoffset: 18.0030097961px;
    stroke-dasharray: 18.0030097961px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 18.0030097961px;
  }
}
@keyframes animate-svg-stroke-143 {
  0% {
    stroke-dashoffset: 18.0030097961px;
    stroke-dasharray: 18.0030097961px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 18.0030097961px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-143 {
  -webkit-animation: animate-svg-stroke-143 0.5s ease-in 5.68s both;
  animation: animate-svg-stroke-143 0.5s ease-in 5.68s both;
}
@-webkit-keyframes animate-svg-stroke-144 {
  0% {
    stroke-dashoffset: 6.0106196404px;
    stroke-dasharray: 6.0106196404px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.0106196404px;
  }
}
@keyframes animate-svg-stroke-144 {
  0% {
    stroke-dashoffset: 6.0106196404px;
    stroke-dasharray: 6.0106196404px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.0106196404px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-144 {
  -webkit-animation: animate-svg-stroke-144 0.5s ease-in 5.72s both;
  animation: animate-svg-stroke-144 0.5s ease-in 5.72s both;
}
@-webkit-keyframes animate-svg-stroke-145 {
  0% {
    stroke-dashoffset: 6.0204663277px;
    stroke-dasharray: 6.0204663277px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.0204663277px;
  }
}
@keyframes animate-svg-stroke-145 {
  0% {
    stroke-dashoffset: 6.0204663277px;
    stroke-dasharray: 6.0204663277px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.0204663277px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-145 {
  -webkit-animation: animate-svg-stroke-145 0.5s ease-in 5.76s both;
  animation: animate-svg-stroke-145 0.5s ease-in 5.76s both;
}
@-webkit-keyframes animate-svg-stroke-146 {
  0% {
    stroke-dashoffset: 6.0104594231px;
    stroke-dasharray: 6.0104594231px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.0104594231px;
  }
}
@keyframes animate-svg-stroke-146 {
  0% {
    stroke-dashoffset: 6.0104594231px;
    stroke-dasharray: 6.0104594231px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.0104594231px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-146 {
  -webkit-animation: animate-svg-stroke-146 0.5s ease-in 5.8s both;
  animation: animate-svg-stroke-146 0.5s ease-in 5.8s both;
}
@-webkit-keyframes animate-svg-stroke-147 {
  0% {
    stroke-dashoffset: 14.000451088px;
    stroke-dasharray: 14.000451088px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 14.000451088px;
  }
}
@keyframes animate-svg-stroke-147 {
  0% {
    stroke-dashoffset: 14.000451088px;
    stroke-dasharray: 14.000451088px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 14.000451088px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-147 {
  -webkit-animation: animate-svg-stroke-147 0.5s ease-in 5.84s both;
  animation: animate-svg-stroke-147 0.5s ease-in 5.84s both;
}
@-webkit-keyframes animate-svg-stroke-148 {
  0% {
    stroke-dashoffset: 10.0003128052px;
    stroke-dasharray: 10.0003128052px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 10.0003128052px;
  }
}
@keyframes animate-svg-stroke-148 {
  0% {
    stroke-dashoffset: 10.0003128052px;
    stroke-dasharray: 10.0003128052px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 10.0003128052px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-148 {
  -webkit-animation: animate-svg-stroke-148 0.5s ease-in 5.88s both;
  animation: animate-svg-stroke-148 0.5s ease-in 5.88s both;
}
@-webkit-keyframes animate-svg-stroke-149 {
  0% {
    stroke-dashoffset: 18.0600585938px;
    stroke-dasharray: 18.0600585938px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 18.0600585938px;
  }
}
@keyframes animate-svg-stroke-149 {
  0% {
    stroke-dashoffset: 18.0600585938px;
    stroke-dasharray: 18.0600585938px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 18.0600585938px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-149 {
  -webkit-animation: animate-svg-stroke-149 0.5s ease-in 5.92s both;
  animation: animate-svg-stroke-149 0.5s ease-in 5.92s both;
}
@-webkit-keyframes animate-svg-stroke-150 {
  0% {
    stroke-dashoffset: 6.0600709915px;
    stroke-dasharray: 6.0600709915px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.0600709915px;
  }
}
@keyframes animate-svg-stroke-150 {
  0% {
    stroke-dashoffset: 6.0600709915px;
    stroke-dasharray: 6.0600709915px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.0600709915px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-150 {
  -webkit-animation: animate-svg-stroke-150 0.5s ease-in 5.96s both;
  animation: animate-svg-stroke-150 0.5s ease-in 5.96s both;
}
@-webkit-keyframes animate-svg-stroke-151 {
  0% {
    stroke-dashoffset: 34.8940429688px;
    stroke-dasharray: 34.8940429688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 34.8940429688px;
  }
}
@keyframes animate-svg-stroke-151 {
  0% {
    stroke-dashoffset: 34.8940429688px;
    stroke-dasharray: 34.8940429688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 34.8940429688px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-151 {
  -webkit-animation: animate-svg-stroke-151 0.5s ease-in 6s both;
  animation: animate-svg-stroke-151 0.5s ease-in 6s both;
}
@-webkit-keyframes animate-svg-stroke-152 {
  0% {
    stroke-dashoffset: 447.9688720703px;
    stroke-dasharray: 447.9688720703px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 447.9688720703px;
  }
}
@keyframes animate-svg-stroke-152 {
  0% {
    stroke-dashoffset: 447.9688720703px;
    stroke-dasharray: 447.9688720703px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 447.9688720703px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-152 {
  -webkit-animation: animate-svg-stroke-152 0.5s ease-in 6.04s both;
  animation: animate-svg-stroke-152 0.5s ease-in 6.04s both;
}
@-webkit-keyframes animate-svg-stroke-153 {
  0% {
    stroke-dashoffset: 85.2643661499px;
    stroke-dasharray: 85.2643661499px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 85.2643661499px;
  }
}
@keyframes animate-svg-stroke-153 {
  0% {
    stroke-dashoffset: 85.2643661499px;
    stroke-dasharray: 85.2643661499px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 85.2643661499px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-153 {
  -webkit-animation: animate-svg-stroke-153 0.5s ease-in 6.08s both;
  animation: animate-svg-stroke-153 0.5s ease-in 6.08s both;
}
@-webkit-keyframes animate-svg-stroke-154 {
  0% {
    stroke-dashoffset: 324.849029541px;
    stroke-dasharray: 324.849029541px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 324.849029541px;
  }
}
@keyframes animate-svg-stroke-154 {
  0% {
    stroke-dashoffset: 324.849029541px;
    stroke-dasharray: 324.849029541px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 324.849029541px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-154 {
  -webkit-animation: animate-svg-stroke-154 0.5s ease-in 6.12s both;
  animation: animate-svg-stroke-154 0.5s ease-in 6.12s both;
}
@-webkit-keyframes animate-svg-stroke-155 {
  0% {
    stroke-dashoffset: 127.5549697876px;
    stroke-dasharray: 127.5549697876px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 127.5549697876px;
  }
}
@keyframes animate-svg-stroke-155 {
  0% {
    stroke-dashoffset: 127.5549697876px;
    stroke-dasharray: 127.5549697876px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 127.5549697876px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-155 {
  -webkit-animation: animate-svg-stroke-155 0.5s ease-in 6.16s both;
  animation: animate-svg-stroke-155 0.5s ease-in 6.16s both;
}
@-webkit-keyframes animate-svg-stroke-156 {
  0% {
    stroke-dashoffset: 712.5736694336px;
    stroke-dasharray: 712.5736694336px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 712.5736694336px;
  }
}
@keyframes animate-svg-stroke-156 {
  0% {
    stroke-dashoffset: 712.5736694336px;
    stroke-dasharray: 712.5736694336px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 712.5736694336px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-156 {
  -webkit-animation: animate-svg-stroke-156 0.5s ease-in 6.2s both;
  animation: animate-svg-stroke-156 0.5s ease-in 6.2s both;
}
@-webkit-keyframes animate-svg-stroke-157 {
  0% {
    stroke-dashoffset: 240.7792053223px;
    stroke-dasharray: 240.7792053223px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 240.7792053223px;
  }
}
@keyframes animate-svg-stroke-157 {
  0% {
    stroke-dashoffset: 240.7792053223px;
    stroke-dasharray: 240.7792053223px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 240.7792053223px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-157 {
  -webkit-animation: animate-svg-stroke-157 0.5s ease-in 6.24s both;
  animation: animate-svg-stroke-157 0.5s ease-in 6.24s both;
}
@-webkit-keyframes animate-svg-stroke-158 {
  0% {
    stroke-dashoffset: 672.1276855469px;
    stroke-dasharray: 672.1276855469px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 672.1276855469px;
  }
}
@keyframes animate-svg-stroke-158 {
  0% {
    stroke-dashoffset: 672.1276855469px;
    stroke-dasharray: 672.1276855469px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 672.1276855469px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-158 {
  -webkit-animation: animate-svg-stroke-158 0.5s ease-in 6.28s both;
  animation: animate-svg-stroke-158 0.5s ease-in 6.28s both;
}
@-webkit-keyframes animate-svg-stroke-159 {
  0% {
    stroke-dashoffset: 84.9631881714px;
    stroke-dasharray: 84.9631881714px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 84.9631881714px;
  }
}
@keyframes animate-svg-stroke-159 {
  0% {
    stroke-dashoffset: 84.9631881714px;
    stroke-dasharray: 84.9631881714px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 84.9631881714px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-159 {
  -webkit-animation: animate-svg-stroke-159 0.5s ease-in 6.32s both;
  animation: animate-svg-stroke-159 0.5s ease-in 6.32s both;
}
@-webkit-keyframes animate-svg-stroke-160 {
  0% {
    stroke-dashoffset: 636.0520019531px;
    stroke-dasharray: 636.0520019531px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 636.0520019531px;
  }
}
@keyframes animate-svg-stroke-160 {
  0% {
    stroke-dashoffset: 636.0520019531px;
    stroke-dasharray: 636.0520019531px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 636.0520019531px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-160 {
  -webkit-animation: animate-svg-stroke-160 0.5s ease-in 6.36s both;
  animation: animate-svg-stroke-160 0.5s ease-in 6.36s both;
}
@-webkit-keyframes animate-svg-stroke-161 {
  0% {
    stroke-dashoffset: 193.395904541px;
    stroke-dasharray: 193.395904541px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 193.395904541px;
  }
}
@keyframes animate-svg-stroke-161 {
  0% {
    stroke-dashoffset: 193.395904541px;
    stroke-dasharray: 193.395904541px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 193.395904541px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-161 {
  -webkit-animation: animate-svg-stroke-161 0.5s ease-in 6.4s both;
  animation: animate-svg-stroke-161 0.5s ease-in 6.4s both;
}
@-webkit-keyframes animate-svg-stroke-162 {
  0% {
    stroke-dashoffset: 603.6645507813px;
    stroke-dasharray: 603.6645507813px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 603.6645507813px;
  }
}
@keyframes animate-svg-stroke-162 {
  0% {
    stroke-dashoffset: 603.6645507813px;
    stroke-dasharray: 603.6645507813px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 603.6645507813px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-162 {
  -webkit-animation: animate-svg-stroke-162 0.5s ease-in 6.44s both;
  animation: animate-svg-stroke-162 0.5s ease-in 6.44s both;
}
@-webkit-keyframes animate-svg-stroke-163 {
  0% {
    stroke-dashoffset: 141.5090789795px;
    stroke-dasharray: 141.5090789795px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 141.5090789795px;
  }
}
@keyframes animate-svg-stroke-163 {
  0% {
    stroke-dashoffset: 141.5090789795px;
    stroke-dasharray: 141.5090789795px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 141.5090789795px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-163 {
  -webkit-animation: animate-svg-stroke-163 0.5s ease-in 6.48s both;
  animation: animate-svg-stroke-163 0.5s ease-in 6.48s both;
}
@-webkit-keyframes animate-svg-stroke-164 {
  0% {
    stroke-dashoffset: 574.4339599609px;
    stroke-dasharray: 574.4339599609px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 574.4339599609px;
  }
}
@keyframes animate-svg-stroke-164 {
  0% {
    stroke-dashoffset: 574.4339599609px;
    stroke-dasharray: 574.4339599609px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 574.4339599609px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-164 {
  -webkit-animation: animate-svg-stroke-164 0.5s ease-in 6.52s both;
  animation: animate-svg-stroke-164 0.5s ease-in 6.52s both;
}
@-webkit-keyframes animate-svg-stroke-165 {
  0% {
    stroke-dashoffset: 216.764465332px;
    stroke-dasharray: 216.764465332px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 216.764465332px;
  }
}
@keyframes animate-svg-stroke-165 {
  0% {
    stroke-dashoffset: 216.764465332px;
    stroke-dasharray: 216.764465332px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 216.764465332px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-165 {
  -webkit-animation: animate-svg-stroke-165 0.5s ease-in 6.56s both;
  animation: animate-svg-stroke-165 0.5s ease-in 6.56s both;
}
@-webkit-keyframes animate-svg-stroke-166 {
  0% {
    stroke-dashoffset: 547.9111938477px;
    stroke-dasharray: 547.9111938477px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 547.9111938477px;
  }
}
@keyframes animate-svg-stroke-166 {
  0% {
    stroke-dashoffset: 547.9111938477px;
    stroke-dasharray: 547.9111938477px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 547.9111938477px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-166 {
  -webkit-animation: animate-svg-stroke-166 0.5s ease-in 6.6s both;
  animation: animate-svg-stroke-166 0.5s ease-in 6.6s both;
}
@-webkit-keyframes animate-svg-stroke-167 {
  0% {
    stroke-dashoffset: 184.8862304688px;
    stroke-dasharray: 184.8862304688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 184.8862304688px;
  }
}
@keyframes animate-svg-stroke-167 {
  0% {
    stroke-dashoffset: 184.8862304688px;
    stroke-dasharray: 184.8862304688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 184.8862304688px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-167 {
  -webkit-animation: animate-svg-stroke-167 0.5s ease-in 6.64s both;
  animation: animate-svg-stroke-167 0.5s ease-in 6.64s both;
}
@-webkit-keyframes animate-svg-stroke-168 {
  0% {
    stroke-dashoffset: 523.7359008789px;
    stroke-dasharray: 523.7359008789px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 523.7359008789px;
  }
}
@keyframes animate-svg-stroke-168 {
  0% {
    stroke-dashoffset: 523.7359008789px;
    stroke-dasharray: 523.7359008789px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 523.7359008789px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-168 {
  -webkit-animation: animate-svg-stroke-168 0.5s ease-in 6.68s both;
  animation: animate-svg-stroke-168 0.5s ease-in 6.68s both;
}
@-webkit-keyframes animate-svg-stroke-169 {
  0% {
    stroke-dashoffset: 44.2702331543px;
    stroke-dasharray: 44.2702331543px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 44.2702331543px;
  }
}
@keyframes animate-svg-stroke-169 {
  0% {
    stroke-dashoffset: 44.2702331543px;
    stroke-dasharray: 44.2702331543px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 44.2702331543px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-169 {
  -webkit-animation: animate-svg-stroke-169 0.5s ease-in 6.72s both;
  animation: animate-svg-stroke-169 0.5s ease-in 6.72s both;
}
@-webkit-keyframes animate-svg-stroke-170 {
  0% {
    stroke-dashoffset: 501.6167907715px;
    stroke-dasharray: 501.6167907715px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 501.6167907715px;
  }
}
@keyframes animate-svg-stroke-170 {
  0% {
    stroke-dashoffset: 501.6167907715px;
    stroke-dasharray: 501.6167907715px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 501.6167907715px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-170 {
  -webkit-animation: animate-svg-stroke-170 0.5s ease-in 6.76s both;
  animation: animate-svg-stroke-170 0.5s ease-in 6.76s both;
}
@-webkit-keyframes animate-svg-stroke-171 {
  0% {
    stroke-dashoffset: 3039.6953125px;
    stroke-dasharray: 3039.6953125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3039.6953125px;
  }
}
@keyframes animate-svg-stroke-171 {
  0% {
    stroke-dashoffset: 3039.6953125px;
    stroke-dasharray: 3039.6953125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3039.6953125px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-171 {
  -webkit-animation: animate-svg-stroke-171 0.5s ease-in 6.8s both;
  animation: animate-svg-stroke-171 0.5s ease-in 6.8s both;
}
@-webkit-keyframes animate-svg-stroke-172 {
  0% {
    stroke-dashoffset: 56.4880409241px;
    stroke-dasharray: 56.4880409241px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 56.4880409241px;
  }
}
@keyframes animate-svg-stroke-172 {
  0% {
    stroke-dashoffset: 56.4880409241px;
    stroke-dasharray: 56.4880409241px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 56.4880409241px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-172 {
  -webkit-animation: animate-svg-stroke-172 0.5s ease-in 6.84s both;
  animation: animate-svg-stroke-172 0.5s ease-in 6.84s both;
}
@-webkit-keyframes animate-svg-stroke-173 {
  0% {
    stroke-dashoffset: 304.7417297363px;
    stroke-dasharray: 304.7417297363px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 304.7417297363px;
  }
}
@keyframes animate-svg-stroke-173 {
  0% {
    stroke-dashoffset: 304.7417297363px;
    stroke-dasharray: 304.7417297363px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 304.7417297363px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-173 {
  -webkit-animation: animate-svg-stroke-173 0.5s ease-in 6.88s both;
  animation: animate-svg-stroke-173 0.5s ease-in 6.88s both;
}
@-webkit-keyframes animate-svg-stroke-174 {
  0% {
    stroke-dashoffset: 246.8162231445px;
    stroke-dasharray: 246.8162231445px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 246.8162231445px;
  }
}
@keyframes animate-svg-stroke-174 {
  0% {
    stroke-dashoffset: 246.8162231445px;
    stroke-dasharray: 246.8162231445px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 246.8162231445px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-174 {
  -webkit-animation: animate-svg-stroke-174 0.5s ease-in 6.92s both;
  animation: animate-svg-stroke-174 0.5s ease-in 6.92s both;
}
@-webkit-keyframes animate-svg-stroke-175 {
  0% {
    stroke-dashoffset: 896.9235839844px;
    stroke-dasharray: 896.9235839844px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 896.9235839844px;
  }
}
@keyframes animate-svg-stroke-175 {
  0% {
    stroke-dashoffset: 896.9235839844px;
    stroke-dasharray: 896.9235839844px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 896.9235839844px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-175 {
  -webkit-animation: animate-svg-stroke-175 0.5s ease-in 6.96s both;
  animation: animate-svg-stroke-175 0.5s ease-in 6.96s both;
}
@-webkit-keyframes animate-svg-stroke-176 {
  0% {
    stroke-dashoffset: 26.3070220947px;
    stroke-dasharray: 26.3070220947px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 26.3070220947px;
  }
}
@keyframes animate-svg-stroke-176 {
  0% {
    stroke-dashoffset: 26.3070220947px;
    stroke-dasharray: 26.3070220947px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 26.3070220947px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-176 {
  -webkit-animation: animate-svg-stroke-176 0.5s ease-in 7s both;
  animation: animate-svg-stroke-176 0.5s ease-in 7s both;
}
@-webkit-keyframes animate-svg-stroke-177 {
  0% {
    stroke-dashoffset: 275.2758789063px;
    stroke-dasharray: 275.2758789063px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 275.2758789063px;
  }
}
@keyframes animate-svg-stroke-177 {
  0% {
    stroke-dashoffset: 275.2758789063px;
    stroke-dasharray: 275.2758789063px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 275.2758789063px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-177 {
  -webkit-animation: animate-svg-stroke-177 0.5s ease-in 7.04s both;
  animation: animate-svg-stroke-177 0.5s ease-in 7.04s both;
}
@-webkit-keyframes animate-svg-stroke-178 {
  0% {
    stroke-dashoffset: 2313.4001464844px;
    stroke-dasharray: 2313.4001464844px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2313.4001464844px;
  }
}
@keyframes animate-svg-stroke-178 {
  0% {
    stroke-dashoffset: 2313.4001464844px;
    stroke-dasharray: 2313.4001464844px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2313.4001464844px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-178 {
  -webkit-animation: animate-svg-stroke-178 0.5s ease-in 7.08s both;
  animation: animate-svg-stroke-178 0.5s ease-in 7.08s both;
}
@-webkit-keyframes animate-svg-stroke-179 {
  0% {
    stroke-dashoffset: 277.983581543px;
    stroke-dasharray: 277.983581543px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 277.983581543px;
  }
}
@keyframes animate-svg-stroke-179 {
  0% {
    stroke-dashoffset: 277.983581543px;
    stroke-dasharray: 277.983581543px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 277.983581543px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-179 {
  -webkit-animation: animate-svg-stroke-179 0.5s ease-in 7.12s both;
  animation: animate-svg-stroke-179 0.5s ease-in 7.12s both;
}
@-webkit-keyframes animate-svg-stroke-180 {
  0% {
    stroke-dashoffset: 254.7453613281px;
    stroke-dasharray: 254.7453613281px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 254.7453613281px;
  }
}
@keyframes animate-svg-stroke-180 {
  0% {
    stroke-dashoffset: 254.7453613281px;
    stroke-dasharray: 254.7453613281px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 254.7453613281px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-180 {
  -webkit-animation: animate-svg-stroke-180 0.5s ease-in 7.16s both;
  animation: animate-svg-stroke-180 0.5s ease-in 7.16s both;
}
@-webkit-keyframes animate-svg-stroke-181 {
  0% {
    stroke-dashoffset: 350.7420043945px;
    stroke-dasharray: 350.7420043945px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 350.7420043945px;
  }
}
@keyframes animate-svg-stroke-181 {
  0% {
    stroke-dashoffset: 350.7420043945px;
    stroke-dasharray: 350.7420043945px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 350.7420043945px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-181 {
  -webkit-animation: animate-svg-stroke-181 0.5s ease-in 7.2s both;
  animation: animate-svg-stroke-181 0.5s ease-in 7.2s both;
}
@-webkit-keyframes animate-svg-stroke-182 {
  0% {
    stroke-dashoffset: 151.6226348877px;
    stroke-dasharray: 151.6226348877px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 151.6226348877px;
  }
}
@keyframes animate-svg-stroke-182 {
  0% {
    stroke-dashoffset: 151.6226348877px;
    stroke-dasharray: 151.6226348877px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 151.6226348877px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-182 {
  -webkit-animation: animate-svg-stroke-182 0.5s ease-in 7.24s both;
  animation: animate-svg-stroke-182 0.5s ease-in 7.24s both;
}
@-webkit-keyframes animate-svg-stroke-183 {
  0% {
    stroke-dashoffset: 36.7756500244px;
    stroke-dasharray: 36.7756500244px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 36.7756500244px;
  }
}
@keyframes animate-svg-stroke-183 {
  0% {
    stroke-dashoffset: 36.7756500244px;
    stroke-dasharray: 36.7756500244px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 36.7756500244px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-183 {
  -webkit-animation: animate-svg-stroke-183 0.5s ease-in 7.28s both;
  animation: animate-svg-stroke-183 0.5s ease-in 7.28s both;
}
@-webkit-keyframes animate-svg-stroke-184 {
  0% {
    stroke-dashoffset: 16.0300827026px;
    stroke-dasharray: 16.0300827026px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 16.0300827026px;
  }
}
@keyframes animate-svg-stroke-184 {
  0% {
    stroke-dashoffset: 16.0300827026px;
    stroke-dasharray: 16.0300827026px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 16.0300827026px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-184 {
  -webkit-animation: animate-svg-stroke-184 0.5s ease-in 7.32s both;
  animation: animate-svg-stroke-184 0.5s ease-in 7.32s both;
}
@-webkit-keyframes animate-svg-stroke-185 {
  0% {
    stroke-dashoffset: 109.7123260498px;
    stroke-dasharray: 109.7123260498px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 109.7123260498px;
  }
}
@keyframes animate-svg-stroke-185 {
  0% {
    stroke-dashoffset: 109.7123260498px;
    stroke-dasharray: 109.7123260498px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 109.7123260498px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-185 {
  -webkit-animation: animate-svg-stroke-185 0.5s ease-in 7.36s both;
  animation: animate-svg-stroke-185 0.5s ease-in 7.36s both;
}
@-webkit-keyframes animate-svg-stroke-186 {
  0% {
    stroke-dashoffset: 6.099963665px;
    stroke-dasharray: 6.099963665px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.099963665px;
  }
}
@keyframes animate-svg-stroke-186 {
  0% {
    stroke-dashoffset: 6.099963665px;
    stroke-dasharray: 6.099963665px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.099963665px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-186 {
  -webkit-animation: animate-svg-stroke-186 0.5s ease-in 7.4s both;
  animation: animate-svg-stroke-186 0.5s ease-in 7.4s both;
}
@-webkit-keyframes animate-svg-stroke-187 {
  0% {
    stroke-dashoffset: 62.7424507141px;
    stroke-dasharray: 62.7424507141px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 62.7424507141px;
  }
}
@keyframes animate-svg-stroke-187 {
  0% {
    stroke-dashoffset: 62.7424507141px;
    stroke-dasharray: 62.7424507141px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 62.7424507141px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-187 {
  -webkit-animation: animate-svg-stroke-187 0.5s ease-in 7.44s both;
  animation: animate-svg-stroke-187 0.5s ease-in 7.44s both;
}
@-webkit-keyframes animate-svg-stroke-188 {
  0% {
    stroke-dashoffset: 2125.9028320313px;
    stroke-dasharray: 2125.9028320313px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2125.9028320313px;
  }
}
@keyframes animate-svg-stroke-188 {
  0% {
    stroke-dashoffset: 2125.9028320313px;
    stroke-dasharray: 2125.9028320313px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2125.9028320313px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-188 {
  -webkit-animation: animate-svg-stroke-188 0.5s ease-in 7.48s both;
  animation: animate-svg-stroke-188 0.5s ease-in 7.48s both;
}
@-webkit-keyframes animate-svg-stroke-189 {
  0% {
    stroke-dashoffset: 344.6860351563px;
    stroke-dasharray: 344.6860351563px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 344.6860351563px;
  }
}
@keyframes animate-svg-stroke-189 {
  0% {
    stroke-dashoffset: 344.6860351563px;
    stroke-dasharray: 344.6860351563px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 344.6860351563px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-189 {
  -webkit-animation: animate-svg-stroke-189 0.5s ease-in 7.52s both;
  animation: animate-svg-stroke-189 0.5s ease-in 7.52s both;
}
@-webkit-keyframes animate-svg-stroke-190 {
  0% {
    stroke-dashoffset: 335.0847473145px;
    stroke-dasharray: 335.0847473145px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 335.0847473145px;
  }
}
@keyframes animate-svg-stroke-190 {
  0% {
    stroke-dashoffset: 335.0847473145px;
    stroke-dasharray: 335.0847473145px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 335.0847473145px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-190 {
  -webkit-animation: animate-svg-stroke-190 0.5s ease-in 7.56s both;
  animation: animate-svg-stroke-190 0.5s ease-in 7.56s both;
}
@-webkit-keyframes animate-svg-stroke-191 {
  0% {
    stroke-dashoffset: 18.3471164703px;
    stroke-dasharray: 18.3471164703px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 18.3471164703px;
  }
}
@keyframes animate-svg-stroke-191 {
  0% {
    stroke-dashoffset: 18.3471164703px;
    stroke-dasharray: 18.3471164703px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 18.3471164703px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-191 {
  -webkit-animation: animate-svg-stroke-191 0.5s ease-in 7.6s both;
  animation: animate-svg-stroke-191 0.5s ease-in 7.6s both;
}
@-webkit-keyframes animate-svg-stroke-192 {
  0% {
    stroke-dashoffset: 840.0991821289px;
    stroke-dasharray: 840.0991821289px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 840.0991821289px;
  }
}
@keyframes animate-svg-stroke-192 {
  0% {
    stroke-dashoffset: 840.0991821289px;
    stroke-dasharray: 840.0991821289px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 840.0991821289px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-192 {
  -webkit-animation: animate-svg-stroke-192 0.5s ease-in 7.64s both;
  animation: animate-svg-stroke-192 0.5s ease-in 7.64s both;
}
@-webkit-keyframes animate-svg-stroke-193 {
  0% {
    stroke-dashoffset: 290.8468322754px;
    stroke-dasharray: 290.8468322754px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 290.8468322754px;
  }
}
@keyframes animate-svg-stroke-193 {
  0% {
    stroke-dashoffset: 290.8468322754px;
    stroke-dasharray: 290.8468322754px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 290.8468322754px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-193 {
  -webkit-animation: animate-svg-stroke-193 0.5s ease-in 7.68s both;
  animation: animate-svg-stroke-193 0.5s ease-in 7.68s both;
}
@-webkit-keyframes animate-svg-stroke-194 {
  0% {
    stroke-dashoffset: 2.8888518214px;
    stroke-dasharray: 2.8888518214px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.8888518214px;
  }
}
@keyframes animate-svg-stroke-194 {
  0% {
    stroke-dashoffset: 2.8888518214px;
    stroke-dasharray: 2.8888518214px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.8888518214px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-194 {
  -webkit-animation: animate-svg-stroke-194 0.5s ease-in 7.72s both;
  animation: animate-svg-stroke-194 0.5s ease-in 7.72s both;
}
@-webkit-keyframes animate-svg-stroke-195 {
  0% {
    stroke-dashoffset: 2.4553366601px;
    stroke-dasharray: 2.4553366601px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4553366601px;
  }
}
@keyframes animate-svg-stroke-195 {
  0% {
    stroke-dashoffset: 2.4553366601px;
    stroke-dasharray: 2.4553366601px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4553366601px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-195 {
  -webkit-animation: animate-svg-stroke-195 0.5s ease-in 7.76s both;
  animation: animate-svg-stroke-195 0.5s ease-in 7.76s both;
}
@-webkit-keyframes animate-svg-stroke-196 {
  0% {
    stroke-dashoffset: 7.8819732666px;
    stroke-dasharray: 7.8819732666px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.8819732666px;
  }
}
@keyframes animate-svg-stroke-196 {
  0% {
    stroke-dashoffset: 7.8819732666px;
    stroke-dasharray: 7.8819732666px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.8819732666px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-196 {
  -webkit-animation: animate-svg-stroke-196 0.5s ease-in 7.8s both;
  animation: animate-svg-stroke-196 0.5s ease-in 7.8s both;
}
@-webkit-keyframes animate-svg-stroke-197 {
  0% {
    stroke-dashoffset: 3.3635109663px;
    stroke-dasharray: 3.3635109663px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.3635109663px;
  }
}
@keyframes animate-svg-stroke-197 {
  0% {
    stroke-dashoffset: 3.3635109663px;
    stroke-dasharray: 3.3635109663px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.3635109663px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-197 {
  -webkit-animation: animate-svg-stroke-197 0.5s ease-in 7.84s both;
  animation: animate-svg-stroke-197 0.5s ease-in 7.84s both;
}
@-webkit-keyframes animate-svg-stroke-198 {
  0% {
    stroke-dashoffset: 2.4428315759px;
    stroke-dasharray: 2.4428315759px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4428315759px;
  }
}
@keyframes animate-svg-stroke-198 {
  0% {
    stroke-dashoffset: 2.4428315759px;
    stroke-dasharray: 2.4428315759px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4428315759px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-198 {
  -webkit-animation: animate-svg-stroke-198 0.5s ease-in 7.88s both;
  animation: animate-svg-stroke-198 0.5s ease-in 7.88s both;
}
@-webkit-keyframes animate-svg-stroke-199 {
  0% {
    stroke-dashoffset: 2.460950762px;
    stroke-dasharray: 2.460950762px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.460950762px;
  }
}
@keyframes animate-svg-stroke-199 {
  0% {
    stroke-dashoffset: 2.460950762px;
    stroke-dasharray: 2.460950762px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.460950762px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-199 {
  -webkit-animation: animate-svg-stroke-199 0.5s ease-in 7.92s both;
  animation: animate-svg-stroke-199 0.5s ease-in 7.92s both;
}
@-webkit-keyframes animate-svg-stroke-200 {
  0% {
    stroke-dashoffset: 3.803937912px;
    stroke-dasharray: 3.803937912px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.803937912px;
  }
}
@keyframes animate-svg-stroke-200 {
  0% {
    stroke-dashoffset: 3.803937912px;
    stroke-dasharray: 3.803937912px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.803937912px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-200 {
  -webkit-animation: animate-svg-stroke-200 0.5s ease-in 7.96s both;
  animation: animate-svg-stroke-200 0.5s ease-in 7.96s both;
}
@-webkit-keyframes animate-svg-stroke-201 {
  0% {
    stroke-dashoffset: 2.9121628404px;
    stroke-dasharray: 2.9121628404px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.9121628404px;
  }
}
@keyframes animate-svg-stroke-201 {
  0% {
    stroke-dashoffset: 2.9121628404px;
    stroke-dasharray: 2.9121628404px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.9121628404px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-201 {
  -webkit-animation: animate-svg-stroke-201 0.5s ease-in 8s both;
  animation: animate-svg-stroke-201 0.5s ease-in 8s both;
}
@-webkit-keyframes animate-svg-stroke-202 {
  0% {
    stroke-dashoffset: 4.2486596107px;
    stroke-dasharray: 4.2486596107px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.2486596107px;
  }
}
@keyframes animate-svg-stroke-202 {
  0% {
    stroke-dashoffset: 4.2486596107px;
    stroke-dasharray: 4.2486596107px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.2486596107px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-202 {
  -webkit-animation: animate-svg-stroke-202 0.5s ease-in 8.04s both;
  animation: animate-svg-stroke-202 0.5s ease-in 8.04s both;
}
@-webkit-keyframes animate-svg-stroke-203 {
  0% {
    stroke-dashoffset: 2.4617003202px;
    stroke-dasharray: 2.4617003202px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4617003202px;
  }
}
@keyframes animate-svg-stroke-203 {
  0% {
    stroke-dashoffset: 2.4617003202px;
    stroke-dasharray: 2.4617003202px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4617003202px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-203 {
  -webkit-animation: animate-svg-stroke-203 0.5s ease-in 8.08s both;
  animation: animate-svg-stroke-203 0.5s ease-in 8.08s both;
}
@-webkit-keyframes animate-svg-stroke-204 {
  0% {
    stroke-dashoffset: 4.6996250153px;
    stroke-dasharray: 4.6996250153px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.6996250153px;
  }
}
@keyframes animate-svg-stroke-204 {
  0% {
    stroke-dashoffset: 4.6996250153px;
    stroke-dasharray: 4.6996250153px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.6996250153px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-204 {
  -webkit-animation: animate-svg-stroke-204 0.5s ease-in 8.12s both;
  animation: animate-svg-stroke-204 0.5s ease-in 8.12s both;
}
@-webkit-keyframes animate-svg-stroke-205 {
  0% {
    stroke-dashoffset: 2.4685566723px;
    stroke-dasharray: 2.4685566723px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4685566723px;
  }
}
@keyframes animate-svg-stroke-205 {
  0% {
    stroke-dashoffset: 2.4685566723px;
    stroke-dasharray: 2.4685566723px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4685566723px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-205 {
  -webkit-animation: animate-svg-stroke-205 0.5s ease-in 8.16s both;
  animation: animate-svg-stroke-205 0.5s ease-in 8.16s both;
}
@-webkit-keyframes animate-svg-stroke-206 {
  0% {
    stroke-dashoffset: 4.7223439217px;
    stroke-dasharray: 4.7223439217px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.7223439217px;
  }
}
@keyframes animate-svg-stroke-206 {
  0% {
    stroke-dashoffset: 4.7223439217px;
    stroke-dasharray: 4.7223439217px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.7223439217px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-206 {
  -webkit-animation: animate-svg-stroke-206 0.5s ease-in 8.2s both;
  animation: animate-svg-stroke-206 0.5s ease-in 8.2s both;
}
@-webkit-keyframes animate-svg-stroke-207 {
  0% {
    stroke-dashoffset: 7.0038132668px;
    stroke-dasharray: 7.0038132668px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.0038132668px;
  }
}
@keyframes animate-svg-stroke-207 {
  0% {
    stroke-dashoffset: 7.0038132668px;
    stroke-dasharray: 7.0038132668px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7.0038132668px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-207 {
  -webkit-animation: animate-svg-stroke-207 0.5s ease-in 8.24s both;
  animation: animate-svg-stroke-207 0.5s ease-in 8.24s both;
}
@-webkit-keyframes animate-svg-stroke-208 {
  0% {
    stroke-dashoffset: 2.9054718018px;
    stroke-dasharray: 2.9054718018px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.9054718018px;
  }
}
@keyframes animate-svg-stroke-208 {
  0% {
    stroke-dashoffset: 2.9054718018px;
    stroke-dasharray: 2.9054718018px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.9054718018px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-208 {
  -webkit-animation: animate-svg-stroke-208 0.5s ease-in 8.28s both;
  animation: animate-svg-stroke-208 0.5s ease-in 8.28s both;
}
@-webkit-keyframes animate-svg-stroke-209 {
  0% {
    stroke-dashoffset: 2.8965097666px;
    stroke-dasharray: 2.8965097666px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.8965097666px;
  }
}
@keyframes animate-svg-stroke-209 {
  0% {
    stroke-dashoffset: 2.8965097666px;
    stroke-dasharray: 2.8965097666px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.8965097666px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-209 {
  -webkit-animation: animate-svg-stroke-209 0.5s ease-in 8.32s both;
  animation: animate-svg-stroke-209 0.5s ease-in 8.32s both;
}
@-webkit-keyframes animate-svg-stroke-210 {
  0% {
    stroke-dashoffset: 2.4703969061px;
    stroke-dasharray: 2.4703969061px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4703969061px;
  }
}
@keyframes animate-svg-stroke-210 {
  0% {
    stroke-dashoffset: 2.4703969061px;
    stroke-dasharray: 2.4703969061px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4703969061px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-210 {
  -webkit-animation: animate-svg-stroke-210 0.5s ease-in 8.36s both;
  animation: animate-svg-stroke-210 0.5s ease-in 8.36s both;
}
@-webkit-keyframes animate-svg-stroke-211 {
  0% {
    stroke-dashoffset: 6.9627509117px;
    stroke-dasharray: 6.9627509117px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.9627509117px;
  }
}
@keyframes animate-svg-stroke-211 {
  0% {
    stroke-dashoffset: 6.9627509117px;
    stroke-dasharray: 6.9627509117px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6.9627509117px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-211 {
  -webkit-animation: animate-svg-stroke-211 0.5s ease-in 8.4s both;
  animation: animate-svg-stroke-211 0.5s ease-in 8.4s both;
}
@-webkit-keyframes animate-svg-stroke-212 {
  0% {
    stroke-dashoffset: 2.4606403112px;
    stroke-dasharray: 2.4606403112px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4606403112px;
  }
}
@keyframes animate-svg-stroke-212 {
  0% {
    stroke-dashoffset: 2.4606403112px;
    stroke-dasharray: 2.4606403112px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4606403112px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-212 {
  -webkit-animation: animate-svg-stroke-212 0.5s ease-in 8.44s both;
  animation: animate-svg-stroke-212 0.5s ease-in 8.44s both;
}
@-webkit-keyframes animate-svg-stroke-213 {
  0% {
    stroke-dashoffset: 4.6925144196px;
    stroke-dasharray: 4.6925144196px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.6925144196px;
  }
}
@keyframes animate-svg-stroke-213 {
  0% {
    stroke-dashoffset: 4.6925144196px;
    stroke-dasharray: 4.6925144196px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.6925144196px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-213 {
  -webkit-animation: animate-svg-stroke-213 0.5s ease-in 8.48s both;
  animation: animate-svg-stroke-213 0.5s ease-in 8.48s both;
}
@-webkit-keyframes animate-svg-stroke-214 {
  0% {
    stroke-dashoffset: 2.9168086052px;
    stroke-dasharray: 2.9168086052px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.9168086052px;
  }
}
@keyframes animate-svg-stroke-214 {
  0% {
    stroke-dashoffset: 2.9168086052px;
    stroke-dasharray: 2.9168086052px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.9168086052px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-214 {
  -webkit-animation: animate-svg-stroke-214 0.5s ease-in 8.52s both;
  animation: animate-svg-stroke-214 0.5s ease-in 8.52s both;
}
@-webkit-keyframes animate-svg-stroke-215 {
  0% {
    stroke-dashoffset: 2.460950762px;
    stroke-dasharray: 2.460950762px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.460950762px;
  }
}
@keyframes animate-svg-stroke-215 {
  0% {
    stroke-dashoffset: 2.460950762px;
    stroke-dasharray: 2.460950762px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.460950762px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-215 {
  -webkit-animation: animate-svg-stroke-215 0.5s ease-in 8.56s both;
  animation: animate-svg-stroke-215 0.5s ease-in 8.56s both;
}
@-webkit-keyframes animate-svg-stroke-216 {
  0% {
    stroke-dashoffset: 2.4567403793px;
    stroke-dasharray: 2.4567403793px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4567403793px;
  }
}
@keyframes animate-svg-stroke-216 {
  0% {
    stroke-dashoffset: 2.4567403793px;
    stroke-dasharray: 2.4567403793px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4567403793px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-216 {
  -webkit-animation: animate-svg-stroke-216 0.5s ease-in 8.6s both;
  animation: animate-svg-stroke-216 0.5s ease-in 8.6s both;
}
@-webkit-keyframes animate-svg-stroke-217 {
  0% {
    stroke-dashoffset: 2.4419366717px;
    stroke-dasharray: 2.4419366717px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4419366717px;
  }
}
@keyframes animate-svg-stroke-217 {
  0% {
    stroke-dashoffset: 2.4419366717px;
    stroke-dasharray: 2.4419366717px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4419366717px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-217 {
  -webkit-animation: animate-svg-stroke-217 0.5s ease-in 8.64s both;
  animation: animate-svg-stroke-217 0.5s ease-in 8.64s both;
}
@-webkit-keyframes animate-svg-stroke-218 {
  0% {
    stroke-dashoffset: 2.4608978033px;
    stroke-dasharray: 2.4608978033px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4608978033px;
  }
}
@keyframes animate-svg-stroke-218 {
  0% {
    stroke-dashoffset: 2.4608978033px;
    stroke-dasharray: 2.4608978033px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4608978033px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-218 {
  -webkit-animation: animate-svg-stroke-218 0.5s ease-in 8.68s both;
  animation: animate-svg-stroke-218 0.5s ease-in 8.68s both;
}
@-webkit-keyframes animate-svg-stroke-219 {
  0% {
    stroke-dashoffset: 2.4613164961px;
    stroke-dasharray: 2.4613164961px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4613164961px;
  }
}
@keyframes animate-svg-stroke-219 {
  0% {
    stroke-dashoffset: 2.4613164961px;
    stroke-dasharray: 2.4613164961px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4613164961px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-219 {
  -webkit-animation: animate-svg-stroke-219 0.5s ease-in 8.72s both;
  animation: animate-svg-stroke-219 0.5s ease-in 8.72s both;
}
@-webkit-keyframes animate-svg-stroke-220 {
  0% {
    stroke-dashoffset: 2.4516696632px;
    stroke-dasharray: 2.4516696632px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4516696632px;
  }
}
@keyframes animate-svg-stroke-220 {
  0% {
    stroke-dashoffset: 2.4516696632px;
    stroke-dasharray: 2.4516696632px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4516696632px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-220 {
  -webkit-animation: animate-svg-stroke-220 0.5s ease-in 8.76s both;
  animation: animate-svg-stroke-220 0.5s ease-in 8.76s both;
}
@-webkit-keyframes animate-svg-stroke-221 {
  0% {
    stroke-dashoffset: 3.352645874px;
    stroke-dasharray: 3.352645874px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.352645874px;
  }
}
@keyframes animate-svg-stroke-221 {
  0% {
    stroke-dashoffset: 3.352645874px;
    stroke-dasharray: 3.352645874px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.352645874px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-221 {
  -webkit-animation: animate-svg-stroke-221 0.5s ease-in 8.8s both;
  animation: animate-svg-stroke-221 0.5s ease-in 8.8s both;
}
@-webkit-keyframes animate-svg-stroke-222 {
  0% {
    stroke-dashoffset: 2.452118516px;
    stroke-dasharray: 2.452118516px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.452118516px;
  }
}
@keyframes animate-svg-stroke-222 {
  0% {
    stroke-dashoffset: 2.452118516px;
    stroke-dasharray: 2.452118516px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.452118516px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-222 {
  -webkit-animation: animate-svg-stroke-222 0.5s ease-in 8.84s both;
  animation: animate-svg-stroke-222 0.5s ease-in 8.84s both;
}
@-webkit-keyframes animate-svg-stroke-223 {
  0% {
    stroke-dashoffset: 2.4656453729px;
    stroke-dasharray: 2.4656453729px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4656453729px;
  }
}
@keyframes animate-svg-stroke-223 {
  0% {
    stroke-dashoffset: 2.4656453729px;
    stroke-dasharray: 2.4656453729px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4656453729px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-223 {
  -webkit-animation: animate-svg-stroke-223 0.5s ease-in 8.88s both;
  animation: animate-svg-stroke-223 0.5s ease-in 8.88s both;
}
@-webkit-keyframes animate-svg-stroke-224 {
  0% {
    stroke-dashoffset: 5.3967535496px;
    stroke-dasharray: 5.3967535496px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.3967535496px;
  }
}
@keyframes animate-svg-stroke-224 {
  0% {
    stroke-dashoffset: 5.3967535496px;
    stroke-dasharray: 5.3967535496px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.3967535496px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-224 {
  -webkit-animation: animate-svg-stroke-224 0.5s ease-in 8.92s both;
  animation: animate-svg-stroke-224 0.5s ease-in 8.92s both;
}
@-webkit-keyframes animate-svg-stroke-225 {
  0% {
    stroke-dashoffset: 38.0853233337px;
    stroke-dasharray: 38.0853233337px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 38.0853233337px;
  }
}
@keyframes animate-svg-stroke-225 {
  0% {
    stroke-dashoffset: 38.0853233337px;
    stroke-dasharray: 38.0853233337px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 38.0853233337px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-225 {
  -webkit-animation: animate-svg-stroke-225 0.5s ease-in 8.96s both;
  animation: animate-svg-stroke-225 0.5s ease-in 8.96s both;
}
@-webkit-keyframes animate-svg-stroke-226 {
  0% {
    stroke-dashoffset: 57.7566299438px;
    stroke-dasharray: 57.7566299438px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 57.7566299438px;
  }
}
@keyframes animate-svg-stroke-226 {
  0% {
    stroke-dashoffset: 57.7566299438px;
    stroke-dasharray: 57.7566299438px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 57.7566299438px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-226 {
  -webkit-animation: animate-svg-stroke-226 0.5s ease-in 9s both;
  animation: animate-svg-stroke-226 0.5s ease-in 9s both;
}
@-webkit-keyframes animate-svg-stroke-227 {
  0% {
    stroke-dashoffset: 2094.9172363281px;
    stroke-dasharray: 2094.9172363281px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2094.9172363281px;
  }
}
@keyframes animate-svg-stroke-227 {
  0% {
    stroke-dashoffset: 2094.9172363281px;
    stroke-dasharray: 2094.9172363281px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2094.9172363281px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-227 {
  -webkit-animation: animate-svg-stroke-227 0.5s ease-in 9.04s both;
  animation: animate-svg-stroke-227 0.5s ease-in 9.04s both;
}
@-webkit-keyframes animate-svg-stroke-228 {
  0% {
    stroke-dashoffset: 1352.9339599609px;
    stroke-dasharray: 1352.9339599609px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1352.9339599609px;
  }
}
@keyframes animate-svg-stroke-228 {
  0% {
    stroke-dashoffset: 1352.9339599609px;
    stroke-dasharray: 1352.9339599609px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1352.9339599609px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-228 {
  -webkit-animation: animate-svg-stroke-228 0.5s ease-in 9.08s both;
  animation: animate-svg-stroke-228 0.5s ease-in 9.08s both;
}
@-webkit-keyframes animate-svg-stroke-229 {
  0% {
    stroke-dashoffset: 348.3182983398px;
    stroke-dasharray: 348.3182983398px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 348.3182983398px;
  }
}
@keyframes animate-svg-stroke-229 {
  0% {
    stroke-dashoffset: 348.3182983398px;
    stroke-dasharray: 348.3182983398px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 348.3182983398px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-229 {
  -webkit-animation: animate-svg-stroke-229 0.5s ease-in 9.12s both;
  animation: animate-svg-stroke-229 0.5s ease-in 9.12s both;
}
@-webkit-keyframes animate-svg-stroke-230 {
  0% {
    stroke-dashoffset: 124.018951416px;
    stroke-dasharray: 124.018951416px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 124.018951416px;
  }
}
@keyframes animate-svg-stroke-230 {
  0% {
    stroke-dashoffset: 124.018951416px;
    stroke-dasharray: 124.018951416px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 124.018951416px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-230 {
  -webkit-animation: animate-svg-stroke-230 0.5s ease-in 9.16s both;
  animation: animate-svg-stroke-230 0.5s ease-in 9.16s both;
}
@-webkit-keyframes animate-svg-stroke-231 {
  0% {
    stroke-dashoffset: 692.5057373047px;
    stroke-dasharray: 692.5057373047px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 692.5057373047px;
  }
}
@keyframes animate-svg-stroke-231 {
  0% {
    stroke-dashoffset: 692.5057373047px;
    stroke-dasharray: 692.5057373047px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 692.5057373047px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-231 {
  -webkit-animation: animate-svg-stroke-231 0.5s ease-in 9.2s both;
  animation: animate-svg-stroke-231 0.5s ease-in 9.2s both;
}
@-webkit-keyframes animate-svg-stroke-232 {
  0% {
    stroke-dashoffset: 320.6014099121px;
    stroke-dasharray: 320.6014099121px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 320.6014099121px;
  }
}
@keyframes animate-svg-stroke-232 {
  0% {
    stroke-dashoffset: 320.6014099121px;
    stroke-dasharray: 320.6014099121px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 320.6014099121px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-232 {
  -webkit-animation: animate-svg-stroke-232 0.5s ease-in 9.24s both;
  animation: animate-svg-stroke-232 0.5s ease-in 9.24s both;
}
@-webkit-keyframes animate-svg-stroke-233 {
  0% {
    stroke-dashoffset: 236.3099365234px;
    stroke-dasharray: 236.3099365234px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 236.3099365234px;
  }
}
@keyframes animate-svg-stroke-233 {
  0% {
    stroke-dashoffset: 236.3099365234px;
    stroke-dasharray: 236.3099365234px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 236.3099365234px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-233 {
  -webkit-animation: animate-svg-stroke-233 0.5s ease-in 9.28s both;
  animation: animate-svg-stroke-233 0.5s ease-in 9.28s both;
}
@-webkit-keyframes animate-svg-stroke-234 {
  0% {
    stroke-dashoffset: 140.7731170654px;
    stroke-dasharray: 140.7731170654px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 140.7731170654px;
  }
}
@keyframes animate-svg-stroke-234 {
  0% {
    stroke-dashoffset: 140.7731170654px;
    stroke-dasharray: 140.7731170654px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 140.7731170654px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-234 {
  -webkit-animation: animate-svg-stroke-234 0.5s ease-in 9.32s both;
  animation: animate-svg-stroke-234 0.5s ease-in 9.32s both;
}
@-webkit-keyframes animate-svg-stroke-235 {
  0% {
    stroke-dashoffset: 101.0508651733px;
    stroke-dasharray: 101.0508651733px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 101.0508651733px;
  }
}
@keyframes animate-svg-stroke-235 {
  0% {
    stroke-dashoffset: 101.0508651733px;
    stroke-dasharray: 101.0508651733px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 101.0508651733px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-235 {
  -webkit-animation: animate-svg-stroke-235 0.5s ease-in 9.36s both;
  animation: animate-svg-stroke-235 0.5s ease-in 9.36s both;
}
@-webkit-keyframes animate-svg-stroke-236 {
  0% {
    stroke-dashoffset: 127.8216400146px;
    stroke-dasharray: 127.8216400146px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 127.8216400146px;
  }
}
@keyframes animate-svg-stroke-236 {
  0% {
    stroke-dashoffset: 127.8216400146px;
    stroke-dasharray: 127.8216400146px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 127.8216400146px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-236 {
  -webkit-animation: animate-svg-stroke-236 0.5s ease-in 9.4s both;
  animation: animate-svg-stroke-236 0.5s ease-in 9.4s both;
}
@-webkit-keyframes animate-svg-stroke-237 {
  0% {
    stroke-dashoffset: 584.026184082px;
    stroke-dasharray: 584.026184082px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 584.026184082px;
  }
}
@keyframes animate-svg-stroke-237 {
  0% {
    stroke-dashoffset: 584.026184082px;
    stroke-dasharray: 584.026184082px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 584.026184082px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-237 {
  -webkit-animation: animate-svg-stroke-237 0.5s ease-in 9.44s both;
  animation: animate-svg-stroke-237 0.5s ease-in 9.44s both;
}
@-webkit-keyframes animate-svg-stroke-238 {
  0% {
    stroke-dashoffset: 158.8627166748px;
    stroke-dasharray: 158.8627166748px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 158.8627166748px;
  }
}
@keyframes animate-svg-stroke-238 {
  0% {
    stroke-dashoffset: 158.8627166748px;
    stroke-dasharray: 158.8627166748px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 158.8627166748px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-238 {
  -webkit-animation: animate-svg-stroke-238 0.5s ease-in 9.48s both;
  animation: animate-svg-stroke-238 0.5s ease-in 9.48s both;
}
@-webkit-keyframes animate-svg-stroke-239 {
  0% {
    stroke-dashoffset: 1120.6457519531px;
    stroke-dasharray: 1120.6457519531px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1120.6457519531px;
  }
}
@keyframes animate-svg-stroke-239 {
  0% {
    stroke-dashoffset: 1120.6457519531px;
    stroke-dasharray: 1120.6457519531px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1120.6457519531px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-239 {
  -webkit-animation: animate-svg-stroke-239 0.5s ease-in 9.52s both;
  animation: animate-svg-stroke-239 0.5s ease-in 9.52s both;
}
@-webkit-keyframes animate-svg-stroke-240 {
  0% {
    stroke-dashoffset: 135.5288848877px;
    stroke-dasharray: 135.5288848877px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 135.5288848877px;
  }
}
@keyframes animate-svg-stroke-240 {
  0% {
    stroke-dashoffset: 135.5288848877px;
    stroke-dasharray: 135.5288848877px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 135.5288848877px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-240 {
  -webkit-animation: animate-svg-stroke-240 0.5s ease-in 9.56s both;
  animation: animate-svg-stroke-240 0.5s ease-in 9.56s both;
}
@-webkit-keyframes animate-svg-stroke-241 {
  0% {
    stroke-dashoffset: 296.8047485352px;
    stroke-dasharray: 296.8047485352px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 296.8047485352px;
  }
}
@keyframes animate-svg-stroke-241 {
  0% {
    stroke-dashoffset: 296.8047485352px;
    stroke-dasharray: 296.8047485352px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 296.8047485352px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-241 {
  -webkit-animation: animate-svg-stroke-241 0.5s ease-in 9.6s both;
  animation: animate-svg-stroke-241 0.5s ease-in 9.6s both;
}
@-webkit-keyframes animate-svg-stroke-242 {
  0% {
    stroke-dashoffset: 419.2302246094px;
    stroke-dasharray: 419.2302246094px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 419.2302246094px;
  }
}
@keyframes animate-svg-stroke-242 {
  0% {
    stroke-dashoffset: 419.2302246094px;
    stroke-dasharray: 419.2302246094px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 419.2302246094px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-242 {
  -webkit-animation: animate-svg-stroke-242 0.5s ease-in 9.64s both;
  animation: animate-svg-stroke-242 0.5s ease-in 9.64s both;
}
@-webkit-keyframes animate-svg-stroke-243 {
  0% {
    stroke-dashoffset: 275.3087768555px;
    stroke-dasharray: 275.3087768555px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 275.3087768555px;
  }
}
@keyframes animate-svg-stroke-243 {
  0% {
    stroke-dashoffset: 275.3087768555px;
    stroke-dasharray: 275.3087768555px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 275.3087768555px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-243 {
  -webkit-animation: animate-svg-stroke-243 0.5s ease-in 9.68s both;
  animation: animate-svg-stroke-243 0.5s ease-in 9.68s both;
}
@-webkit-keyframes animate-svg-stroke-244 {
  0% {
    stroke-dashoffset: 57.614654541px;
    stroke-dasharray: 57.614654541px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 57.614654541px;
  }
}
@keyframes animate-svg-stroke-244 {
  0% {
    stroke-dashoffset: 57.614654541px;
    stroke-dasharray: 57.614654541px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 57.614654541px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-244 {
  -webkit-animation: animate-svg-stroke-244 0.5s ease-in 9.72s both;
  animation: animate-svg-stroke-244 0.5s ease-in 9.72s both;
}
@-webkit-keyframes animate-svg-stroke-245 {
  0% {
    stroke-dashoffset: 24.1574745178px;
    stroke-dasharray: 24.1574745178px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 24.1574745178px;
  }
}
@keyframes animate-svg-stroke-245 {
  0% {
    stroke-dashoffset: 24.1574745178px;
    stroke-dasharray: 24.1574745178px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 24.1574745178px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-245 {
  -webkit-animation: animate-svg-stroke-245 0.5s ease-in 9.76s both;
  animation: animate-svg-stroke-245 0.5s ease-in 9.76s both;
}
@-webkit-keyframes animate-svg-stroke-246 {
  0% {
    stroke-dashoffset: 241.532989502px;
    stroke-dasharray: 241.532989502px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 241.532989502px;
  }
}
@keyframes animate-svg-stroke-246 {
  0% {
    stroke-dashoffset: 241.532989502px;
    stroke-dasharray: 241.532989502px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 241.532989502px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-246 {
  -webkit-animation: animate-svg-stroke-246 0.5s ease-in 9.8s both;
  animation: animate-svg-stroke-246 0.5s ease-in 9.8s both;
}
@-webkit-keyframes animate-svg-stroke-247 {
  0% {
    stroke-dashoffset: 193.9691467285px;
    stroke-dasharray: 193.9691467285px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 193.9691467285px;
  }
}
@keyframes animate-svg-stroke-247 {
  0% {
    stroke-dashoffset: 193.9691467285px;
    stroke-dasharray: 193.9691467285px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 193.9691467285px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-247 {
  -webkit-animation: animate-svg-stroke-247 0.5s ease-in 9.84s both;
  animation: animate-svg-stroke-247 0.5s ease-in 9.84s both;
}
@-webkit-keyframes animate-svg-stroke-248 {
  0% {
    stroke-dashoffset: 306.9938354492px;
    stroke-dasharray: 306.9938354492px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 306.9938354492px;
  }
}
@keyframes animate-svg-stroke-248 {
  0% {
    stroke-dashoffset: 306.9938354492px;
    stroke-dasharray: 306.9938354492px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 306.9938354492px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-248 {
  -webkit-animation: animate-svg-stroke-248 0.5s ease-in 9.88s both;
  animation: animate-svg-stroke-248 0.5s ease-in 9.88s both;
}
@-webkit-keyframes animate-svg-stroke-249 {
  0% {
    stroke-dashoffset: 54.6625404358px;
    stroke-dasharray: 54.6625404358px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 54.6625404358px;
  }
}
@keyframes animate-svg-stroke-249 {
  0% {
    stroke-dashoffset: 54.6625404358px;
    stroke-dasharray: 54.6625404358px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 54.6625404358px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-249 {
  -webkit-animation: animate-svg-stroke-249 0.5s ease-in 9.92s both;
  animation: animate-svg-stroke-249 0.5s ease-in 9.92s both;
}
@-webkit-keyframes animate-svg-stroke-250 {
  0% {
    stroke-dashoffset: 8.0498790741px;
    stroke-dasharray: 8.0498790741px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 8.0498790741px;
  }
}
@keyframes animate-svg-stroke-250 {
  0% {
    stroke-dashoffset: 8.0498790741px;
    stroke-dasharray: 8.0498790741px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 8.0498790741px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-250 {
  -webkit-animation: animate-svg-stroke-250 0.5s ease-in 9.96s both;
  animation: animate-svg-stroke-250 0.5s ease-in 9.96s both;
}
@-webkit-keyframes animate-svg-stroke-251 {
  0% {
    stroke-dashoffset: 61.0799293518px;
    stroke-dasharray: 61.0799293518px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 61.0799293518px;
  }
}
@keyframes animate-svg-stroke-251 {
  0% {
    stroke-dashoffset: 61.0799293518px;
    stroke-dasharray: 61.0799293518px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 61.0799293518px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-251 {
  -webkit-animation: animate-svg-stroke-251 0.5s ease-in 10s both;
  animation: animate-svg-stroke-251 0.5s ease-in 10s both;
}
@-webkit-keyframes animate-svg-stroke-252 {
  0% {
    stroke-dashoffset: 8.6502132416px;
    stroke-dasharray: 8.6502132416px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 8.6502132416px;
  }
}
@keyframes animate-svg-stroke-252 {
  0% {
    stroke-dashoffset: 8.6502132416px;
    stroke-dasharray: 8.6502132416px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 8.6502132416px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-252 {
  -webkit-animation: animate-svg-stroke-252 0.5s ease-in 10.04s both;
  animation: animate-svg-stroke-252 0.5s ease-in 10.04s both;
}
@-webkit-keyframes animate-svg-stroke-253 {
  0% {
    stroke-dashoffset: 378.8955078125px;
    stroke-dasharray: 378.8955078125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 378.8955078125px;
  }
}
@keyframes animate-svg-stroke-253 {
  0% {
    stroke-dashoffset: 378.8955078125px;
    stroke-dasharray: 378.8955078125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 378.8955078125px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-253 {
  -webkit-animation: animate-svg-stroke-253 0.5s ease-in 10.08s both;
  animation: animate-svg-stroke-253 0.5s ease-in 10.08s both;
}
@-webkit-keyframes animate-svg-stroke-254 {
  0% {
    stroke-dashoffset: 96.5983734131px;
    stroke-dasharray: 96.5983734131px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 96.5983734131px;
  }
}
@keyframes animate-svg-stroke-254 {
  0% {
    stroke-dashoffset: 96.5983734131px;
    stroke-dasharray: 96.5983734131px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 96.5983734131px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-254 {
  -webkit-animation: animate-svg-stroke-254 0.5s ease-in 10.12s both;
  animation: animate-svg-stroke-254 0.5s ease-in 10.12s both;
}
@-webkit-keyframes animate-svg-stroke-255 {
  0% {
    stroke-dashoffset: 1214.6716308594px;
    stroke-dasharray: 1214.6716308594px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1214.6716308594px;
  }
}
@keyframes animate-svg-stroke-255 {
  0% {
    stroke-dashoffset: 1214.6716308594px;
    stroke-dasharray: 1214.6716308594px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1214.6716308594px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-255 {
  -webkit-animation: animate-svg-stroke-255 0.5s ease-in 10.16s both;
  animation: animate-svg-stroke-255 0.5s ease-in 10.16s both;
}
@-webkit-keyframes animate-svg-stroke-256 {
  0% {
    stroke-dashoffset: 322.6378173828px;
    stroke-dasharray: 322.6378173828px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 322.6378173828px;
  }
}
@keyframes animate-svg-stroke-256 {
  0% {
    stroke-dashoffset: 322.6378173828px;
    stroke-dasharray: 322.6378173828px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 322.6378173828px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-256 {
  -webkit-animation: animate-svg-stroke-256 0.5s ease-in 10.2s both;
  animation: animate-svg-stroke-256 0.5s ease-in 10.2s both;
}
@-webkit-keyframes animate-svg-stroke-257 {
  0% {
    stroke-dashoffset: 1839.6345214844px;
    stroke-dasharray: 1839.6345214844px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1839.6345214844px;
  }
}
@keyframes animate-svg-stroke-257 {
  0% {
    stroke-dashoffset: 1839.6345214844px;
    stroke-dasharray: 1839.6345214844px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1839.6345214844px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-257 {
  -webkit-animation: animate-svg-stroke-257 0.5s ease-in 10.24s both;
  animation: animate-svg-stroke-257 0.5s ease-in 10.24s both;
}
@-webkit-keyframes animate-svg-stroke-258 {
  0% {
    stroke-dashoffset: 284.3074951172px;
    stroke-dasharray: 284.3074951172px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 284.3074951172px;
  }
}
@keyframes animate-svg-stroke-258 {
  0% {
    stroke-dashoffset: 284.3074951172px;
    stroke-dasharray: 284.3074951172px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 284.3074951172px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-258 {
  -webkit-animation: animate-svg-stroke-258 0.5s ease-in 10.28s both;
  animation: animate-svg-stroke-258 0.5s ease-in 10.28s both;
}
@-webkit-keyframes animate-svg-stroke-259 {
  0% {
    stroke-dashoffset: 1462.1381835938px;
    stroke-dasharray: 1462.1381835938px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1462.1381835938px;
  }
}
@keyframes animate-svg-stroke-259 {
  0% {
    stroke-dashoffset: 1462.1381835938px;
    stroke-dasharray: 1462.1381835938px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1462.1381835938px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-259 {
  -webkit-animation: animate-svg-stroke-259 0.5s ease-in 10.32s both;
  animation: animate-svg-stroke-259 0.5s ease-in 10.32s both;
}
@-webkit-keyframes animate-svg-stroke-260 {
  0% {
    stroke-dashoffset: 550.4515991211px;
    stroke-dasharray: 550.4515991211px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 550.4515991211px;
  }
}
@keyframes animate-svg-stroke-260 {
  0% {
    stroke-dashoffset: 550.4515991211px;
    stroke-dasharray: 550.4515991211px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 550.4515991211px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-260 {
  -webkit-animation: animate-svg-stroke-260 0.5s ease-in 10.36s both;
  animation: animate-svg-stroke-260 0.5s ease-in 10.36s both;
}
@-webkit-keyframes animate-svg-stroke-261 {
  0% {
    stroke-dashoffset: 63.3221168518px;
    stroke-dasharray: 63.3221168518px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 63.3221168518px;
  }
}
@keyframes animate-svg-stroke-261 {
  0% {
    stroke-dashoffset: 63.3221168518px;
    stroke-dasharray: 63.3221168518px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 63.3221168518px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-261 {
  -webkit-animation: animate-svg-stroke-261 0.5s ease-in 10.4s both;
  animation: animate-svg-stroke-261 0.5s ease-in 10.4s both;
}
@-webkit-keyframes animate-svg-stroke-262 {
  0% {
    stroke-dashoffset: 4708.1147460938px;
    stroke-dasharray: 4708.1147460938px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4708.1147460938px;
  }
}
@keyframes animate-svg-stroke-262 {
  0% {
    stroke-dashoffset: 4708.1147460938px;
    stroke-dasharray: 4708.1147460938px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4708.1147460938px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-262 {
  -webkit-animation: animate-svg-stroke-262 0.5s ease-in 10.44s both;
  animation: animate-svg-stroke-262 0.5s ease-in 10.44s both;
}
@-webkit-keyframes animate-svg-stroke-263 {
  0% {
    stroke-dashoffset: 115.2062301636px;
    stroke-dasharray: 115.2062301636px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 115.2062301636px;
  }
}
@keyframes animate-svg-stroke-263 {
  0% {
    stroke-dashoffset: 115.2062301636px;
    stroke-dasharray: 115.2062301636px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 115.2062301636px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-263 {
  -webkit-animation: animate-svg-stroke-263 0.5s ease-in 10.48s both;
  animation: animate-svg-stroke-263 0.5s ease-in 10.48s both;
}
@-webkit-keyframes animate-svg-stroke-264 {
  0% {
    stroke-dashoffset: 4196.6147460938px;
    stroke-dasharray: 4196.6147460938px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4196.6147460938px;
  }
}
@keyframes animate-svg-stroke-264 {
  0% {
    stroke-dashoffset: 4196.6147460938px;
    stroke-dasharray: 4196.6147460938px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4196.6147460938px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-264 {
  -webkit-animation: animate-svg-stroke-264 0.5s ease-in 10.52s both;
  animation: animate-svg-stroke-264 0.5s ease-in 10.52s both;
}
@-webkit-keyframes animate-svg-stroke-265 {
  0% {
    stroke-dashoffset: 91.4426803589px;
    stroke-dasharray: 91.4426803589px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 91.4426803589px;
  }
}
@keyframes animate-svg-stroke-265 {
  0% {
    stroke-dashoffset: 91.4426803589px;
    stroke-dasharray: 91.4426803589px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 91.4426803589px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-265 {
  -webkit-animation: animate-svg-stroke-265 0.5s ease-in 10.56s both;
  animation: animate-svg-stroke-265 0.5s ease-in 10.56s both;
}
@-webkit-keyframes animate-svg-stroke-266 {
  0% {
    stroke-dashoffset: 51.9072799683px;
    stroke-dasharray: 51.9072799683px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 51.9072799683px;
  }
}
@keyframes animate-svg-stroke-266 {
  0% {
    stroke-dashoffset: 51.9072799683px;
    stroke-dasharray: 51.9072799683px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 51.9072799683px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-266 {
  -webkit-animation: animate-svg-stroke-266 0.5s ease-in 10.6s both;
  animation: animate-svg-stroke-266 0.5s ease-in 10.6s both;
}
@-webkit-keyframes animate-svg-stroke-267 {
  0% {
    stroke-dashoffset: 427.4749450684px;
    stroke-dasharray: 427.4749450684px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 427.4749450684px;
  }
}
@keyframes animate-svg-stroke-267 {
  0% {
    stroke-dashoffset: 427.4749450684px;
    stroke-dasharray: 427.4749450684px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 427.4749450684px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-267 {
  -webkit-animation: animate-svg-stroke-267 0.5s ease-in 10.64s both;
  animation: animate-svg-stroke-267 0.5s ease-in 10.64s both;
}
@-webkit-keyframes animate-svg-stroke-268 {
  0% {
    stroke-dashoffset: 480.3155517578px;
    stroke-dasharray: 480.3155517578px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 480.3155517578px;
  }
}
@keyframes animate-svg-stroke-268 {
  0% {
    stroke-dashoffset: 480.3155517578px;
    stroke-dasharray: 480.3155517578px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 480.3155517578px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-268 {
  -webkit-animation: animate-svg-stroke-268 0.5s ease-in 10.68s both;
  animation: animate-svg-stroke-268 0.5s ease-in 10.68s both;
}
@-webkit-keyframes animate-svg-stroke-269 {
  0% {
    stroke-dashoffset: 1200.2680664063px;
    stroke-dasharray: 1200.2680664063px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1200.2680664063px;
  }
}
@keyframes animate-svg-stroke-269 {
  0% {
    stroke-dashoffset: 1200.2680664063px;
    stroke-dasharray: 1200.2680664063px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1200.2680664063px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-269 {
  -webkit-animation: animate-svg-stroke-269 0.5s ease-in 10.72s both;
  animation: animate-svg-stroke-269 0.5s ease-in 10.72s both;
}
@-webkit-keyframes animate-svg-stroke-270 {
  0% {
    stroke-dashoffset: 343.7026672363px;
    stroke-dasharray: 343.7026672363px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 343.7026672363px;
  }
}
@keyframes animate-svg-stroke-270 {
  0% {
    stroke-dashoffset: 343.7026672363px;
    stroke-dasharray: 343.7026672363px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 343.7026672363px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-270 {
  -webkit-animation: animate-svg-stroke-270 0.5s ease-in 10.76s both;
  animation: animate-svg-stroke-270 0.5s ease-in 10.76s both;
}
@-webkit-keyframes animate-svg-stroke-271 {
  0% {
    stroke-dashoffset: 2242.3571777344px;
    stroke-dasharray: 2242.3571777344px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2242.3571777344px;
  }
}
@keyframes animate-svg-stroke-271 {
  0% {
    stroke-dashoffset: 2242.3571777344px;
    stroke-dasharray: 2242.3571777344px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2242.3571777344px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-271 {
  -webkit-animation: animate-svg-stroke-271 0.5s ease-in 10.8s both;
  animation: animate-svg-stroke-271 0.5s ease-in 10.8s both;
}
@-webkit-keyframes animate-svg-stroke-272 {
  0% {
    stroke-dashoffset: 3.0619347095px;
    stroke-dasharray: 3.0619347095px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.0619347095px;
  }
}
@keyframes animate-svg-stroke-272 {
  0% {
    stroke-dashoffset: 3.0619347095px;
    stroke-dasharray: 3.0619347095px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.0619347095px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-272 {
  -webkit-animation: animate-svg-stroke-272 0.5s ease-in 10.84s both;
  animation: animate-svg-stroke-272 0.5s ease-in 10.84s both;
}
@-webkit-keyframes animate-svg-stroke-273 {
  0% {
    stroke-dashoffset: 3.0143748522px;
    stroke-dasharray: 3.0143748522px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.0143748522px;
  }
}
@keyframes animate-svg-stroke-273 {
  0% {
    stroke-dashoffset: 3.0143748522px;
    stroke-dasharray: 3.0143748522px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.0143748522px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-273 {
  -webkit-animation: animate-svg-stroke-273 0.5s ease-in 10.88s both;
  animation: animate-svg-stroke-273 0.5s ease-in 10.88s both;
}
@-webkit-keyframes animate-svg-stroke-274 {
  0% {
    stroke-dashoffset: 8.5760350227px;
    stroke-dasharray: 8.5760350227px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 8.5760350227px;
  }
}
@keyframes animate-svg-stroke-274 {
  0% {
    stroke-dashoffset: 8.5760350227px;
    stroke-dasharray: 8.5760350227px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 8.5760350227px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-274 {
  -webkit-animation: animate-svg-stroke-274 0.5s ease-in 10.92s both;
  animation: animate-svg-stroke-274 0.5s ease-in 10.92s both;
}
@-webkit-keyframes animate-svg-stroke-275 {
  0% {
    stroke-dashoffset: 2.2473910749px;
    stroke-dasharray: 2.2473910749px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.2473910749px;
  }
}
@keyframes animate-svg-stroke-275 {
  0% {
    stroke-dashoffset: 2.2473910749px;
    stroke-dasharray: 2.2473910749px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.2473910749px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-275 {
  -webkit-animation: animate-svg-stroke-275 0.5s ease-in 10.96s both;
  animation: animate-svg-stroke-275 0.5s ease-in 10.96s both;
}
@-webkit-keyframes animate-svg-stroke-276 {
  0% {
    stroke-dashoffset: 5.2523565292px;
    stroke-dasharray: 5.2523565292px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.2523565292px;
  }
}
@keyframes animate-svg-stroke-276 {
  0% {
    stroke-dashoffset: 5.2523565292px;
    stroke-dasharray: 5.2523565292px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5.2523565292px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-276 {
  -webkit-animation: animate-svg-stroke-276 0.5s ease-in 1s both;
  animation: animate-svg-stroke-276 0.5s ease-in 1s both;
}
@-webkit-keyframes animate-svg-stroke-277 {
  0% {
    stroke-dashoffset: 2.7317656875px;
    stroke-dasharray: 2.7317656875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.7317656875px;
  }
}
@keyframes animate-svg-stroke-277 {
  0% {
    stroke-dashoffset: 2.7317656875px;
    stroke-dasharray: 2.7317656875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.7317656875px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-277 {
  -webkit-animation: animate-svg-stroke-277 0.5s ease-in 1.04s both;
  animation: animate-svg-stroke-277 0.5s ease-in 1.04s both;
}
@-webkit-keyframes animate-svg-stroke-278 {
  0% {
    stroke-dashoffset: 3.5499267578px;
    stroke-dasharray: 3.5499267578px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.5499267578px;
  }
}
@keyframes animate-svg-stroke-278 {
  0% {
    stroke-dashoffset: 3.5499267578px;
    stroke-dasharray: 3.5499267578px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.5499267578px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-278 {
  -webkit-animation: animate-svg-stroke-278 0.5s ease-in 1.08s both;
  animation: animate-svg-stroke-278 0.5s ease-in 1.08s both;
}
@-webkit-keyframes animate-svg-stroke-279 {
  0% {
    stroke-dashoffset: 4087.6328125px;
    stroke-dasharray: 4087.6328125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4087.6328125px;
  }
}
@keyframes animate-svg-stroke-279 {
  0% {
    stroke-dashoffset: 4087.6328125px;
    stroke-dasharray: 4087.6328125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4087.6328125px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-279 {
  -webkit-animation: animate-svg-stroke-279 0.5s ease-in 1.12s both;
  animation: animate-svg-stroke-279 0.5s ease-in 1.12s both;
}
@-webkit-keyframes animate-svg-stroke-280 {
  0% {
    stroke-dashoffset: 72.8011169434px;
    stroke-dasharray: 72.8011169434px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 72.8011169434px;
  }
}
@keyframes animate-svg-stroke-280 {
  0% {
    stroke-dashoffset: 72.8011169434px;
    stroke-dasharray: 72.8011169434px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 72.8011169434px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-280 {
  -webkit-animation: animate-svg-stroke-280 0.5s ease-in 1.16s both;
  animation: animate-svg-stroke-280 0.5s ease-in 1.16s both;
}
@-webkit-keyframes animate-svg-stroke-281 {
  0% {
    stroke-dashoffset: 8210.7783203125px;
    stroke-dasharray: 8210.7783203125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 8210.7783203125px;
  }
}
@keyframes animate-svg-stroke-281 {
  0% {
    stroke-dashoffset: 8210.7783203125px;
    stroke-dasharray: 8210.7783203125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 8210.7783203125px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-281 {
  -webkit-animation: animate-svg-stroke-281 0.5s ease-in 1.2s both;
  animation: animate-svg-stroke-281 0.5s ease-in 1.2s both;
}
@-webkit-keyframes animate-svg-stroke-282 {
  0% {
    stroke-dashoffset: 17.8310184479px;
    stroke-dasharray: 17.8310184479px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 17.8310184479px;
  }
}
@keyframes animate-svg-stroke-282 {
  0% {
    stroke-dashoffset: 17.8310184479px;
    stroke-dasharray: 17.8310184479px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 17.8310184479px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-282 {
  -webkit-animation: animate-svg-stroke-282 0.5s ease-in 1.24s both;
  animation: animate-svg-stroke-282 0.5s ease-in 1.24s both;
}
@-webkit-keyframes animate-svg-stroke-283 {
  0% {
    stroke-dashoffset: 816.0419921875px;
    stroke-dasharray: 816.0419921875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 816.0419921875px;
  }
}
@keyframes animate-svg-stroke-283 {
  0% {
    stroke-dashoffset: 816.0419921875px;
    stroke-dasharray: 816.0419921875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 816.0419921875px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-283 {
  -webkit-animation: animate-svg-stroke-283 0.5s ease-in 1.28s both;
  animation: animate-svg-stroke-283 0.5s ease-in 1.28s both;
}
@-webkit-keyframes animate-svg-stroke-284 {
  0% {
    stroke-dashoffset: 68.4967803955px;
    stroke-dasharray: 68.4967803955px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 68.4967803955px;
  }
}
@keyframes animate-svg-stroke-284 {
  0% {
    stroke-dashoffset: 68.4967803955px;
    stroke-dasharray: 68.4967803955px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 68.4967803955px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-284 {
  -webkit-animation: animate-svg-stroke-284 0.5s ease-in 1.32s both;
  animation: animate-svg-stroke-284 0.5s ease-in 1.32s both;
}
@-webkit-keyframes animate-svg-stroke-285 {
  0% {
    stroke-dashoffset: 146.4671936035px;
    stroke-dasharray: 146.4671936035px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 146.4671936035px;
  }
}
@keyframes animate-svg-stroke-285 {
  0% {
    stroke-dashoffset: 146.4671936035px;
    stroke-dasharray: 146.4671936035px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 146.4671936035px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-285 {
  -webkit-animation: animate-svg-stroke-285 0.5s ease-in 1.36s both;
  animation: animate-svg-stroke-285 0.5s ease-in 1.36s both;
}
@-webkit-keyframes animate-svg-stroke-286 {
  0% {
    stroke-dashoffset: 17.5847902298px;
    stroke-dasharray: 17.5847902298px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 17.5847902298px;
  }
}
@keyframes animate-svg-stroke-286 {
  0% {
    stroke-dashoffset: 17.5847902298px;
    stroke-dasharray: 17.5847902298px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 17.5847902298px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-286 {
  -webkit-animation: animate-svg-stroke-286 0.5s ease-in 1.4s both;
  animation: animate-svg-stroke-286 0.5s ease-in 1.4s both;
}
@-webkit-keyframes animate-svg-stroke-287 {
  0% {
    stroke-dashoffset: 2986.900390625px;
    stroke-dasharray: 2986.900390625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2986.900390625px;
  }
}
@keyframes animate-svg-stroke-287 {
  0% {
    stroke-dashoffset: 2986.900390625px;
    stroke-dasharray: 2986.900390625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2986.900390625px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-287 {
  -webkit-animation: animate-svg-stroke-287 0.5s ease-in 1.44s both;
  animation: animate-svg-stroke-287 0.5s ease-in 1.44s both;
}
@-webkit-keyframes animate-svg-stroke-288 {
  0% {
    stroke-dashoffset: 2.8275836706px;
    stroke-dasharray: 2.8275836706px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.8275836706px;
  }
}
@keyframes animate-svg-stroke-288 {
  0% {
    stroke-dashoffset: 2.8275836706px;
    stroke-dasharray: 2.8275836706px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.8275836706px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-288 {
  -webkit-animation: animate-svg-stroke-288 0.5s ease-in 1.48s both;
  animation: animate-svg-stroke-288 0.5s ease-in 1.48s both;
}
@-webkit-keyframes animate-svg-stroke-289 {
  0% {
    stroke-dashoffset: 2.346547693px;
    stroke-dasharray: 2.346547693px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.346547693px;
  }
}
@keyframes animate-svg-stroke-289 {
  0% {
    stroke-dashoffset: 2.346547693px;
    stroke-dasharray: 2.346547693px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.346547693px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-289 {
  -webkit-animation: animate-svg-stroke-289 0.5s ease-in 1.52s both;
  animation: animate-svg-stroke-289 0.5s ease-in 1.52s both;
}
@-webkit-keyframes animate-svg-stroke-290 {
  0% {
    stroke-dashoffset: 2.4499511719px;
    stroke-dasharray: 2.4499511719px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4499511719px;
  }
}
@keyframes animate-svg-stroke-290 {
  0% {
    stroke-dashoffset: 2.4499511719px;
    stroke-dasharray: 2.4499511719px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.4499511719px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-290 {
  -webkit-animation: animate-svg-stroke-290 0.5s ease-in 1.56s both;
  animation: animate-svg-stroke-290 0.5s ease-in 1.56s both;
}
@-webkit-keyframes animate-svg-stroke-291 {
  0% {
    stroke-dashoffset: 3.8737318516px;
    stroke-dasharray: 3.8737318516px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.8737318516px;
  }
}
@keyframes animate-svg-stroke-291 {
  0% {
    stroke-dashoffset: 3.8737318516px;
    stroke-dasharray: 3.8737318516px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.8737318516px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-291 {
  -webkit-animation: animate-svg-stroke-291 0.5s ease-in 1.6s both;
  animation: animate-svg-stroke-291 0.5s ease-in 1.6s both;
}
@-webkit-keyframes animate-svg-stroke-292 {
  0% {
    stroke-dashoffset: 3.7395228148px;
    stroke-dasharray: 3.7395228148px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.7395228148px;
  }
}
@keyframes animate-svg-stroke-292 {
  0% {
    stroke-dashoffset: 3.7395228148px;
    stroke-dasharray: 3.7395228148px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.7395228148px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-292 {
  -webkit-animation: animate-svg-stroke-292 0.5s ease-in 1.64s both;
  animation: animate-svg-stroke-292 0.5s ease-in 1.64s both;
}
@-webkit-keyframes animate-svg-stroke-293 {
  0% {
    stroke-dashoffset: 638.1279296875px;
    stroke-dasharray: 638.1279296875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 638.1279296875px;
  }
}
@keyframes animate-svg-stroke-293 {
  0% {
    stroke-dashoffset: 638.1279296875px;
    stroke-dasharray: 638.1279296875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 638.1279296875px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-293 {
  -webkit-animation: animate-svg-stroke-293 0.5s ease-in 1.68s both;
  animation: animate-svg-stroke-293 0.5s ease-in 1.68s both;
}
@-webkit-keyframes animate-svg-stroke-294 {
  0% {
    stroke-dashoffset: 143.1154937744px;
    stroke-dasharray: 143.1154937744px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 143.1154937744px;
  }
}
@keyframes animate-svg-stroke-294 {
  0% {
    stroke-dashoffset: 143.1154937744px;
    stroke-dasharray: 143.1154937744px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 143.1154937744px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-294 {
  -webkit-animation: animate-svg-stroke-294 0.5s ease-in 1.72s both;
  animation: animate-svg-stroke-294 0.5s ease-in 1.72s both;
}
@-webkit-keyframes animate-svg-stroke-295 {
  0% {
    stroke-dashoffset: 456.2038574219px;
    stroke-dasharray: 456.2038574219px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 456.2038574219px;
  }
}
@keyframes animate-svg-stroke-295 {
  0% {
    stroke-dashoffset: 456.2038574219px;
    stroke-dasharray: 456.2038574219px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 456.2038574219px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-295 {
  -webkit-animation: animate-svg-stroke-295 0.5s ease-in 1.76s both;
  animation: animate-svg-stroke-295 0.5s ease-in 1.76s both;
}
@-webkit-keyframes animate-svg-stroke-296 {
  0% {
    stroke-dashoffset: 145.9781188965px;
    stroke-dasharray: 145.9781188965px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 145.9781188965px;
  }
}
@keyframes animate-svg-stroke-296 {
  0% {
    stroke-dashoffset: 145.9781188965px;
    stroke-dasharray: 145.9781188965px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 145.9781188965px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-296 {
  -webkit-animation: animate-svg-stroke-296 0.5s ease-in 1.8s both;
  animation: animate-svg-stroke-296 0.5s ease-in 1.8s both;
}
@-webkit-keyframes animate-svg-stroke-297 {
  0% {
    stroke-dashoffset: 366.0069580078px;
    stroke-dasharray: 366.0069580078px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 366.0069580078px;
  }
}
@keyframes animate-svg-stroke-297 {
  0% {
    stroke-dashoffset: 366.0069580078px;
    stroke-dasharray: 366.0069580078px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 366.0069580078px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-297 {
  -webkit-animation: animate-svg-stroke-297 0.5s ease-in 1.84s both;
  animation: animate-svg-stroke-297 0.5s ease-in 1.84s both;
}
@-webkit-keyframes animate-svg-stroke-298 {
  0% {
    stroke-dashoffset: 96.9908370972px;
    stroke-dasharray: 96.9908370972px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 96.9908370972px;
  }
}
@keyframes animate-svg-stroke-298 {
  0% {
    stroke-dashoffset: 96.9908370972px;
    stroke-dasharray: 96.9908370972px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 96.9908370972px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-298 {
  -webkit-animation: animate-svg-stroke-298 0.5s ease-in 1.88s both;
  animation: animate-svg-stroke-298 0.5s ease-in 1.88s both;
}
@-webkit-keyframes animate-svg-stroke-299 {
  0% {
    stroke-dashoffset: 401.1618652344px;
    stroke-dasharray: 401.1618652344px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 401.1618652344px;
  }
}
@keyframes animate-svg-stroke-299 {
  0% {
    stroke-dashoffset: 401.1618652344px;
    stroke-dasharray: 401.1618652344px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 401.1618652344px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-299 {
  -webkit-animation: animate-svg-stroke-299 0.5s ease-in 1.92s both;
  animation: animate-svg-stroke-299 0.5s ease-in 1.92s both;
}
@-webkit-keyframes animate-svg-stroke-300 {
  0% {
    stroke-dashoffset: 272.3794555664px;
    stroke-dasharray: 272.3794555664px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 272.3794555664px;
  }
}
@keyframes animate-svg-stroke-300 {
  0% {
    stroke-dashoffset: 272.3794555664px;
    stroke-dasharray: 272.3794555664px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 272.3794555664px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-300 {
  -webkit-animation: animate-svg-stroke-300 0.5s ease-in 1.96s both;
  animation: animate-svg-stroke-300 0.5s ease-in 1.96s both;
}
@-webkit-keyframes animate-svg-stroke-301 {
  0% {
    stroke-dashoffset: 331.0394592285px;
    stroke-dasharray: 331.0394592285px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 331.0394592285px;
  }
}
@keyframes animate-svg-stroke-301 {
  0% {
    stroke-dashoffset: 331.0394592285px;
    stroke-dasharray: 331.0394592285px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 331.0394592285px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-301 {
  -webkit-animation: animate-svg-stroke-301 0.5s ease-in 2s both;
  animation: animate-svg-stroke-301 0.5s ease-in 2s both;
}
@-webkit-keyframes animate-svg-stroke-302 {
  0% {
    stroke-dashoffset: 369.3604125977px;
    stroke-dasharray: 369.3604125977px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 369.3604125977px;
  }
}
@keyframes animate-svg-stroke-302 {
  0% {
    stroke-dashoffset: 369.3604125977px;
    stroke-dasharray: 369.3604125977px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 369.3604125977px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-302 {
  -webkit-animation: animate-svg-stroke-302 0.5s ease-in 2.04s both;
  animation: animate-svg-stroke-302 0.5s ease-in 2.04s both;
}
@-webkit-keyframes animate-svg-stroke-303 {
  0% {
    stroke-dashoffset: 253.2473144531px;
    stroke-dasharray: 253.2473144531px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 253.2473144531px;
  }
}
@keyframes animate-svg-stroke-303 {
  0% {
    stroke-dashoffset: 253.2473144531px;
    stroke-dasharray: 253.2473144531px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 253.2473144531px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-303 {
  -webkit-animation: animate-svg-stroke-303 0.5s ease-in 2.08s both;
  animation: animate-svg-stroke-303 0.5s ease-in 2.08s both;
}
@-webkit-keyframes animate-svg-stroke-304 {
  0% {
    stroke-dashoffset: 473.9513244629px;
    stroke-dasharray: 473.9513244629px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 473.9513244629px;
  }
}
@keyframes animate-svg-stroke-304 {
  0% {
    stroke-dashoffset: 473.9513244629px;
    stroke-dasharray: 473.9513244629px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 473.9513244629px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-304 {
  -webkit-animation: animate-svg-stroke-304 0.5s ease-in 2.12s both;
  animation: animate-svg-stroke-304 0.5s ease-in 2.12s both;
}
@-webkit-keyframes animate-svg-stroke-305 {
  0% {
    stroke-dashoffset: 3528.4284667969px;
    stroke-dasharray: 3528.4284667969px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3528.4284667969px;
  }
}
@keyframes animate-svg-stroke-305 {
  0% {
    stroke-dashoffset: 3528.4284667969px;
    stroke-dasharray: 3528.4284667969px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3528.4284667969px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-305 {
  -webkit-animation: animate-svg-stroke-305 0.5s ease-in 2.16s both;
  animation: animate-svg-stroke-305 0.5s ease-in 2.16s both;
}
@-webkit-keyframes animate-svg-stroke-306 {
  0% {
    stroke-dashoffset: 2.6029497981px;
    stroke-dasharray: 2.6029497981px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6029497981px;
  }
}
@keyframes animate-svg-stroke-306 {
  0% {
    stroke-dashoffset: 2.6029497981px;
    stroke-dasharray: 2.6029497981px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.6029497981px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-306 {
  -webkit-animation: animate-svg-stroke-306 0.5s ease-in 2.2s both;
  animation: animate-svg-stroke-306 0.5s ease-in 2.2s both;
}
@-webkit-keyframes animate-svg-stroke-307 {
  0% {
    stroke-dashoffset: 3692.099609375px;
    stroke-dasharray: 3692.099609375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3692.099609375px;
  }
}
@keyframes animate-svg-stroke-307 {
  0% {
    stroke-dashoffset: 3692.099609375px;
    stroke-dasharray: 3692.099609375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3692.099609375px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-307 {
  -webkit-animation: animate-svg-stroke-307 0.5s ease-in 2.24s both;
  animation: animate-svg-stroke-307 0.5s ease-in 2.24s both;
}
@-webkit-keyframes animate-svg-stroke-308 {
  0% {
    stroke-dashoffset: 152.5350036621px;
    stroke-dasharray: 152.5350036621px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 152.5350036621px;
  }
}
@keyframes animate-svg-stroke-308 {
  0% {
    stroke-dashoffset: 152.5350036621px;
    stroke-dasharray: 152.5350036621px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 152.5350036621px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-308 {
  -webkit-animation: animate-svg-stroke-308 0.5s ease-in 2.28s both;
  animation: animate-svg-stroke-308 0.5s ease-in 2.28s both;
}
@-webkit-keyframes animate-svg-stroke-309 {
  0% {
    stroke-dashoffset: 16.7718009949px;
    stroke-dasharray: 16.7718009949px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 16.7718009949px;
  }
}
@keyframes animate-svg-stroke-309 {
  0% {
    stroke-dashoffset: 16.7718009949px;
    stroke-dasharray: 16.7718009949px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 16.7718009949px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-309 {
  -webkit-animation: animate-svg-stroke-309 0.5s ease-in 2.32s both;
  animation: animate-svg-stroke-309 0.5s ease-in 2.32s both;
}
@-webkit-keyframes animate-svg-stroke-310 {
  0% {
    stroke-dashoffset: 210.5090179443px;
    stroke-dasharray: 210.5090179443px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 210.5090179443px;
  }
}
@keyframes animate-svg-stroke-310 {
  0% {
    stroke-dashoffset: 210.5090179443px;
    stroke-dasharray: 210.5090179443px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 210.5090179443px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-310 {
  -webkit-animation: animate-svg-stroke-310 0.5s ease-in 2.36s both;
  animation: animate-svg-stroke-310 0.5s ease-in 2.36s both;
}
@-webkit-keyframes animate-svg-stroke-311 {
  0% {
    stroke-dashoffset: 21.2828998566px;
    stroke-dasharray: 21.2828998566px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 21.2828998566px;
  }
}
@keyframes animate-svg-stroke-311 {
  0% {
    stroke-dashoffset: 21.2828998566px;
    stroke-dasharray: 21.2828998566px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 21.2828998566px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-311 {
  -webkit-animation: animate-svg-stroke-311 0.5s ease-in 2.4s both;
  animation: animate-svg-stroke-311 0.5s ease-in 2.4s both;
}
@-webkit-keyframes animate-svg-stroke-312 {
  0% {
    stroke-dashoffset: 195.8044433594px;
    stroke-dasharray: 195.8044433594px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 195.8044433594px;
  }
}
@keyframes animate-svg-stroke-312 {
  0% {
    stroke-dashoffset: 195.8044433594px;
    stroke-dasharray: 195.8044433594px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 195.8044433594px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-312 {
  -webkit-animation: animate-svg-stroke-312 0.5s ease-in 2.44s both;
  animation: animate-svg-stroke-312 0.5s ease-in 2.44s both;
}
@-webkit-keyframes animate-svg-stroke-313 {
  0% {
    stroke-dashoffset: 50.1547737122px;
    stroke-dasharray: 50.1547737122px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 50.1547737122px;
  }
}
@keyframes animate-svg-stroke-313 {
  0% {
    stroke-dashoffset: 50.1547737122px;
    stroke-dasharray: 50.1547737122px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 50.1547737122px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-313 {
  -webkit-animation: animate-svg-stroke-313 0.5s ease-in 2.48s both;
  animation: animate-svg-stroke-313 0.5s ease-in 2.48s both;
}
@-webkit-keyframes animate-svg-stroke-314 {
  0% {
    stroke-dashoffset: 157.7343139648px;
    stroke-dasharray: 157.7343139648px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 157.7343139648px;
  }
}
@keyframes animate-svg-stroke-314 {
  0% {
    stroke-dashoffset: 157.7343139648px;
    stroke-dasharray: 157.7343139648px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 157.7343139648px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-314 {
  -webkit-animation: animate-svg-stroke-314 0.5s ease-in 2.52s both;
  animation: animate-svg-stroke-314 0.5s ease-in 2.52s both;
}
@-webkit-keyframes animate-svg-stroke-315 {
  0% {
    stroke-dashoffset: 264.3232116699px;
    stroke-dasharray: 264.3232116699px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 264.3232116699px;
  }
}
@keyframes animate-svg-stroke-315 {
  0% {
    stroke-dashoffset: 264.3232116699px;
    stroke-dasharray: 264.3232116699px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 264.3232116699px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-315 {
  -webkit-animation: animate-svg-stroke-315 0.5s ease-in 2.56s both;
  animation: animate-svg-stroke-315 0.5s ease-in 2.56s both;
}
@-webkit-keyframes animate-svg-stroke-316 {
  0% {
    stroke-dashoffset: 294.3074951172px;
    stroke-dasharray: 294.3074951172px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 294.3074951172px;
  }
}
@keyframes animate-svg-stroke-316 {
  0% {
    stroke-dashoffset: 294.3074951172px;
    stroke-dasharray: 294.3074951172px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 294.3074951172px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-316 {
  -webkit-animation: animate-svg-stroke-316 0.5s ease-in 2.6s both;
  animation: animate-svg-stroke-316 0.5s ease-in 2.6s both;
}
@-webkit-keyframes animate-svg-stroke-317 {
  0% {
    stroke-dashoffset: 548.8662719727px;
    stroke-dasharray: 548.8662719727px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 548.8662719727px;
  }
}
@keyframes animate-svg-stroke-317 {
  0% {
    stroke-dashoffset: 548.8662719727px;
    stroke-dasharray: 548.8662719727px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 548.8662719727px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-317 {
  -webkit-animation: animate-svg-stroke-317 0.5s ease-in 2.64s both;
  animation: animate-svg-stroke-317 0.5s ease-in 2.64s both;
}
@-webkit-keyframes animate-svg-stroke-318 {
  0% {
    stroke-dashoffset: 17.5391721725px;
    stroke-dasharray: 17.5391721725px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 17.5391721725px;
  }
}
@keyframes animate-svg-stroke-318 {
  0% {
    stroke-dashoffset: 17.5391721725px;
    stroke-dasharray: 17.5391721725px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 17.5391721725px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-318 {
  -webkit-animation: animate-svg-stroke-318 0.5s ease-in 2.68s both;
  animation: animate-svg-stroke-318 0.5s ease-in 2.68s both;
}
@-webkit-keyframes animate-svg-stroke-319 {
  0% {
    stroke-dashoffset: 343.9485168457px;
    stroke-dasharray: 343.9485168457px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 343.9485168457px;
  }
}
@keyframes animate-svg-stroke-319 {
  0% {
    stroke-dashoffset: 343.9485168457px;
    stroke-dasharray: 343.9485168457px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 343.9485168457px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-319 {
  -webkit-animation: animate-svg-stroke-319 0.5s ease-in 2.72s both;
  animation: animate-svg-stroke-319 0.5s ease-in 2.72s both;
}
@-webkit-keyframes animate-svg-stroke-320 {
  0% {
    stroke-dashoffset: 284.2505493164px;
    stroke-dasharray: 284.2505493164px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 284.2505493164px;
  }
}
@keyframes animate-svg-stroke-320 {
  0% {
    stroke-dashoffset: 284.2505493164px;
    stroke-dasharray: 284.2505493164px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 284.2505493164px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-320 {
  -webkit-animation: animate-svg-stroke-320 0.5s ease-in 2.76s both;
  animation: animate-svg-stroke-320 0.5s ease-in 2.76s both;
}
@-webkit-keyframes animate-svg-stroke-321 {
  0% {
    stroke-dashoffset: 115.960105896px;
    stroke-dasharray: 115.960105896px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 115.960105896px;
  }
}
@keyframes animate-svg-stroke-321 {
  0% {
    stroke-dashoffset: 115.960105896px;
    stroke-dasharray: 115.960105896px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 115.960105896px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-321 {
  -webkit-animation: animate-svg-stroke-321 0.5s ease-in 2.8s both;
  animation: animate-svg-stroke-321 0.5s ease-in 2.8s both;
}
@-webkit-keyframes animate-svg-stroke-322 {
  0% {
    stroke-dashoffset: 144.1744842529px;
    stroke-dasharray: 144.1744842529px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 144.1744842529px;
  }
}
@keyframes animate-svg-stroke-322 {
  0% {
    stroke-dashoffset: 144.1744842529px;
    stroke-dasharray: 144.1744842529px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 144.1744842529px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-322 {
  -webkit-animation: animate-svg-stroke-322 0.5s ease-in 2.84s both;
  animation: animate-svg-stroke-322 0.5s ease-in 2.84s both;
}
@-webkit-keyframes animate-svg-stroke-323 {
  0% {
    stroke-dashoffset: 246.3230133057px;
    stroke-dasharray: 246.3230133057px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 246.3230133057px;
  }
}
@keyframes animate-svg-stroke-323 {
  0% {
    stroke-dashoffset: 246.3230133057px;
    stroke-dasharray: 246.3230133057px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 246.3230133057px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-323 {
  -webkit-animation: animate-svg-stroke-323 0.5s ease-in 2.88s both;
  animation: animate-svg-stroke-323 0.5s ease-in 2.88s both;
}
@-webkit-keyframes animate-svg-stroke-324 {
  0% {
    stroke-dashoffset: 715.2462768555px;
    stroke-dasharray: 715.2462768555px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 715.2462768555px;
  }
}
@keyframes animate-svg-stroke-324 {
  0% {
    stroke-dashoffset: 715.2462768555px;
    stroke-dasharray: 715.2462768555px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 715.2462768555px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-324 {
  -webkit-animation: animate-svg-stroke-324 0.5s ease-in 2.92s both;
  animation: animate-svg-stroke-324 0.5s ease-in 2.92s both;
}
@-webkit-keyframes animate-svg-stroke-325 {
  0% {
    stroke-dashoffset: 4130.36328125px;
    stroke-dasharray: 4130.36328125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4130.36328125px;
  }
}
@keyframes animate-svg-stroke-325 {
  0% {
    stroke-dashoffset: 4130.36328125px;
    stroke-dasharray: 4130.36328125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4130.36328125px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-325 {
  -webkit-animation: animate-svg-stroke-325 0.5s ease-in 2.96s both;
  animation: animate-svg-stroke-325 0.5s ease-in 2.96s both;
}
@-webkit-keyframes animate-svg-stroke-326 {
  0% {
    stroke-dashoffset: 165.5908355713px;
    stroke-dasharray: 165.5908355713px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 165.5908355713px;
  }
}
@keyframes animate-svg-stroke-326 {
  0% {
    stroke-dashoffset: 165.5908355713px;
    stroke-dasharray: 165.5908355713px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 165.5908355713px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-326 {
  -webkit-animation: animate-svg-stroke-326 0.5s ease-in 3s both;
  animation: animate-svg-stroke-326 0.5s ease-in 3s both;
}
@-webkit-keyframes animate-svg-stroke-327 {
  0% {
    stroke-dashoffset: 104.9989700317px;
    stroke-dasharray: 104.9989700317px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 104.9989700317px;
  }
}
@keyframes animate-svg-stroke-327 {
  0% {
    stroke-dashoffset: 104.9989700317px;
    stroke-dasharray: 104.9989700317px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 104.9989700317px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-327 {
  -webkit-animation: animate-svg-stroke-327 0.5s ease-in 3.04s both;
  animation: animate-svg-stroke-327 0.5s ease-in 3.04s both;
}
@-webkit-keyframes animate-svg-stroke-328 {
  0% {
    stroke-dashoffset: 279.1931762695px;
    stroke-dasharray: 279.1931762695px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 279.1931762695px;
  }
}
@keyframes animate-svg-stroke-328 {
  0% {
    stroke-dashoffset: 279.1931762695px;
    stroke-dasharray: 279.1931762695px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 279.1931762695px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-328 {
  -webkit-animation: animate-svg-stroke-328 0.5s ease-in 3.08s both;
  animation: animate-svg-stroke-328 0.5s ease-in 3.08s both;
}
@-webkit-keyframes animate-svg-stroke-329 {
  0% {
    stroke-dashoffset: 515.309753418px;
    stroke-dasharray: 515.309753418px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 515.309753418px;
  }
}
@keyframes animate-svg-stroke-329 {
  0% {
    stroke-dashoffset: 515.309753418px;
    stroke-dasharray: 515.309753418px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 515.309753418px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-329 {
  -webkit-animation: animate-svg-stroke-329 0.5s ease-in 3.12s both;
  animation: animate-svg-stroke-329 0.5s ease-in 3.12s both;
}
@-webkit-keyframes animate-svg-stroke-330 {
  0% {
    stroke-dashoffset: 207.1041564941px;
    stroke-dasharray: 207.1041564941px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 207.1041564941px;
  }
}
@keyframes animate-svg-stroke-330 {
  0% {
    stroke-dashoffset: 207.1041564941px;
    stroke-dasharray: 207.1041564941px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 207.1041564941px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-330 {
  -webkit-animation: animate-svg-stroke-330 0.5s ease-in 3.16s both;
  animation: animate-svg-stroke-330 0.5s ease-in 3.16s both;
}
@-webkit-keyframes animate-svg-stroke-331 {
  0% {
    stroke-dashoffset: 185.2064361572px;
    stroke-dasharray: 185.2064361572px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 185.2064361572px;
  }
}
@keyframes animate-svg-stroke-331 {
  0% {
    stroke-dashoffset: 185.2064361572px;
    stroke-dasharray: 185.2064361572px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 185.2064361572px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-331 {
  -webkit-animation: animate-svg-stroke-331 0.5s ease-in 3.2s both;
  animation: animate-svg-stroke-331 0.5s ease-in 3.2s both;
}
@-webkit-keyframes animate-svg-stroke-332 {
  0% {
    stroke-dashoffset: 98.9937591553px;
    stroke-dasharray: 98.9937591553px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 98.9937591553px;
  }
}
@keyframes animate-svg-stroke-332 {
  0% {
    stroke-dashoffset: 98.9937591553px;
    stroke-dasharray: 98.9937591553px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 98.9937591553px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-332 {
  -webkit-animation: animate-svg-stroke-332 0.5s ease-in 3.24s both;
  animation: animate-svg-stroke-332 0.5s ease-in 3.24s both;
}
@-webkit-keyframes animate-svg-stroke-333 {
  0% {
    stroke-dashoffset: 1170.3297119141px;
    stroke-dasharray: 1170.3297119141px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1170.3297119141px;
  }
}
@keyframes animate-svg-stroke-333 {
  0% {
    stroke-dashoffset: 1170.3297119141px;
    stroke-dasharray: 1170.3297119141px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1170.3297119141px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-333 {
  -webkit-animation: animate-svg-stroke-333 0.5s ease-in 3.28s both;
  animation: animate-svg-stroke-333 0.5s ease-in 3.28s both;
}
@-webkit-keyframes animate-svg-stroke-334 {
  0% {
    stroke-dashoffset: 114.3480834961px;
    stroke-dasharray: 114.3480834961px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 114.3480834961px;
  }
}
@keyframes animate-svg-stroke-334 {
  0% {
    stroke-dashoffset: 114.3480834961px;
    stroke-dasharray: 114.3480834961px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 114.3480834961px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-334 {
  -webkit-animation: animate-svg-stroke-334 0.5s ease-in 3.32s both;
  animation: animate-svg-stroke-334 0.5s ease-in 3.32s both;
}
@-webkit-keyframes animate-svg-stroke-335 {
  0% {
    stroke-dashoffset: 458.2848815918px;
    stroke-dasharray: 458.2848815918px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 458.2848815918px;
  }
}
@keyframes animate-svg-stroke-335 {
  0% {
    stroke-dashoffset: 458.2848815918px;
    stroke-dasharray: 458.2848815918px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 458.2848815918px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-335 {
  -webkit-animation: animate-svg-stroke-335 0.5s ease-in 3.36s both;
  animation: animate-svg-stroke-335 0.5s ease-in 3.36s both;
}
@-webkit-keyframes animate-svg-stroke-336 {
  0% {
    stroke-dashoffset: 358.334564209px;
    stroke-dasharray: 358.334564209px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 358.334564209px;
  }
}
@keyframes animate-svg-stroke-336 {
  0% {
    stroke-dashoffset: 358.334564209px;
    stroke-dasharray: 358.334564209px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 358.334564209px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-336 {
  -webkit-animation: animate-svg-stroke-336 0.5s ease-in 3.4s both;
  animation: animate-svg-stroke-336 0.5s ease-in 3.4s both;
}
@-webkit-keyframes animate-svg-stroke-337 {
  0% {
    stroke-dashoffset: 2412.6372070313px;
    stroke-dasharray: 2412.6372070313px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2412.6372070313px;
  }
}
@keyframes animate-svg-stroke-337 {
  0% {
    stroke-dashoffset: 2412.6372070313px;
    stroke-dasharray: 2412.6372070313px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2412.6372070313px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-337 {
  -webkit-animation: animate-svg-stroke-337 0.5s ease-in 3.44s both;
  animation: animate-svg-stroke-337 0.5s ease-in 3.44s both;
}
@-webkit-keyframes animate-svg-stroke-338 {
  0% {
    stroke-dashoffset: 245.5778961182px;
    stroke-dasharray: 245.5778961182px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 245.5778961182px;
  }
}
@keyframes animate-svg-stroke-338 {
  0% {
    stroke-dashoffset: 245.5778961182px;
    stroke-dasharray: 245.5778961182px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 245.5778961182px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-338 {
  -webkit-animation: animate-svg-stroke-338 0.5s ease-in 3.48s both;
  animation: animate-svg-stroke-338 0.5s ease-in 3.48s both;
}
@-webkit-keyframes animate-svg-stroke-339 {
  0% {
    stroke-dashoffset: 563.6143798828px;
    stroke-dasharray: 563.6143798828px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 563.6143798828px;
  }
}
@keyframes animate-svg-stroke-339 {
  0% {
    stroke-dashoffset: 563.6143798828px;
    stroke-dasharray: 563.6143798828px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 563.6143798828px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-339 {
  -webkit-animation: animate-svg-stroke-339 0.5s ease-in 3.52s both;
  animation: animate-svg-stroke-339 0.5s ease-in 3.52s both;
}
@-webkit-keyframes animate-svg-stroke-340 {
  0% {
    stroke-dashoffset: 147.8268432617px;
    stroke-dasharray: 147.8268432617px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 147.8268432617px;
  }
}
@keyframes animate-svg-stroke-340 {
  0% {
    stroke-dashoffset: 147.8268432617px;
    stroke-dasharray: 147.8268432617px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 147.8268432617px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-340 {
  -webkit-animation: animate-svg-stroke-340 0.5s ease-in 3.56s both;
  animation: animate-svg-stroke-340 0.5s ease-in 3.56s both;
}
@-webkit-keyframes animate-svg-stroke-341 {
  0% {
    stroke-dashoffset: 4.8014266491px;
    stroke-dasharray: 4.8014266491px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.8014266491px;
  }
}
@keyframes animate-svg-stroke-341 {
  0% {
    stroke-dashoffset: 4.8014266491px;
    stroke-dasharray: 4.8014266491px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4.8014266491px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-341 {
  -webkit-animation: animate-svg-stroke-341 0.5s ease-in 3.6s both;
  animation: animate-svg-stroke-341 0.5s ease-in 3.6s both;
}
@-webkit-keyframes animate-svg-stroke-342 {
  0% {
    stroke-dashoffset: 89.6366424561px;
    stroke-dasharray: 89.6366424561px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 89.6366424561px;
  }
}
@keyframes animate-svg-stroke-342 {
  0% {
    stroke-dashoffset: 89.6366424561px;
    stroke-dasharray: 89.6366424561px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 89.6366424561px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-342 {
  -webkit-animation: animate-svg-stroke-342 0.5s ease-in 3.64s both;
  animation: animate-svg-stroke-342 0.5s ease-in 3.64s both;
}
@-webkit-keyframes animate-svg-stroke-343 {
  0% {
    stroke-dashoffset: 423.8999023438px;
    stroke-dasharray: 423.8999023438px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 423.8999023438px;
  }
}
@keyframes animate-svg-stroke-343 {
  0% {
    stroke-dashoffset: 423.8999023438px;
    stroke-dasharray: 423.8999023438px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 423.8999023438px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-343 {
  -webkit-animation: animate-svg-stroke-343 0.5s ease-in 3.68s both;
  animation: animate-svg-stroke-343 0.5s ease-in 3.68s both;
}
@-webkit-keyframes animate-svg-stroke-344 {
  0% {
    stroke-dashoffset: 157.2479248047px;
    stroke-dasharray: 157.2479248047px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 157.2479248047px;
  }
}
@keyframes animate-svg-stroke-344 {
  0% {
    stroke-dashoffset: 157.2479248047px;
    stroke-dasharray: 157.2479248047px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 157.2479248047px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-344 {
  -webkit-animation: animate-svg-stroke-344 0.5s ease-in 3.72s both;
  animation: animate-svg-stroke-344 0.5s ease-in 3.72s both;
}
@-webkit-keyframes animate-svg-stroke-345 {
  0% {
    stroke-dashoffset: 38.0182228088px;
    stroke-dasharray: 38.0182228088px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 38.0182228088px;
  }
}
@keyframes animate-svg-stroke-345 {
  0% {
    stroke-dashoffset: 38.0182228088px;
    stroke-dasharray: 38.0182228088px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 38.0182228088px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-345 {
  -webkit-animation: animate-svg-stroke-345 0.5s ease-in 3.76s both;
  animation: animate-svg-stroke-345 0.5s ease-in 3.76s both;
}
@-webkit-keyframes animate-svg-stroke-346 {
  0% {
    stroke-dashoffset: 136.4066619873px;
    stroke-dasharray: 136.4066619873px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 136.4066619873px;
  }
}
@keyframes animate-svg-stroke-346 {
  0% {
    stroke-dashoffset: 136.4066619873px;
    stroke-dasharray: 136.4066619873px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 136.4066619873px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-346 {
  -webkit-animation: animate-svg-stroke-346 0.5s ease-in 3.8s both;
  animation: animate-svg-stroke-346 0.5s ease-in 3.8s both;
}
@-webkit-keyframes animate-svg-stroke-347 {
  0% {
    stroke-dashoffset: 2596.6831054688px;
    stroke-dasharray: 2596.6831054688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2596.6831054688px;
  }
}
@keyframes animate-svg-stroke-347 {
  0% {
    stroke-dashoffset: 2596.6831054688px;
    stroke-dasharray: 2596.6831054688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2596.6831054688px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-347 {
  -webkit-animation: animate-svg-stroke-347 0.5s ease-in 3.84s both;
  animation: animate-svg-stroke-347 0.5s ease-in 3.84s both;
}
@-webkit-keyframes animate-svg-stroke-348 {
  0% {
    stroke-dashoffset: 449.9560546875px;
    stroke-dasharray: 449.9560546875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 449.9560546875px;
  }
}
@keyframes animate-svg-stroke-348 {
  0% {
    stroke-dashoffset: 449.9560546875px;
    stroke-dasharray: 449.9560546875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 449.9560546875px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-348 {
  -webkit-animation: animate-svg-stroke-348 0.5s ease-in 3.88s both;
  animation: animate-svg-stroke-348 0.5s ease-in 3.88s both;
}
@-webkit-keyframes animate-svg-stroke-349 {
  0% {
    stroke-dashoffset: 335.421661377px;
    stroke-dasharray: 335.421661377px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 335.421661377px;
  }
}
@keyframes animate-svg-stroke-349 {
  0% {
    stroke-dashoffset: 335.421661377px;
    stroke-dasharray: 335.421661377px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 335.421661377px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-349 {
  -webkit-animation: animate-svg-stroke-349 0.5s ease-in 3.92s both;
  animation: animate-svg-stroke-349 0.5s ease-in 3.92s both;
}
@-webkit-keyframes animate-svg-stroke-350 {
  0% {
    stroke-dashoffset: 81.575592041px;
    stroke-dasharray: 81.575592041px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 81.575592041px;
  }
}
@keyframes animate-svg-stroke-350 {
  0% {
    stroke-dashoffset: 81.575592041px;
    stroke-dasharray: 81.575592041px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 81.575592041px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-350 {
  -webkit-animation: animate-svg-stroke-350 0.5s ease-in 3.96s both;
  animation: animate-svg-stroke-350 0.5s ease-in 3.96s both;
}
@-webkit-keyframes animate-svg-stroke-351 {
  0% {
    stroke-dashoffset: 3151.6862792969px;
    stroke-dasharray: 3151.6862792969px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3151.6862792969px;
  }
}
@keyframes animate-svg-stroke-351 {
  0% {
    stroke-dashoffset: 3151.6862792969px;
    stroke-dasharray: 3151.6862792969px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3151.6862792969px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-351 {
  -webkit-animation: animate-svg-stroke-351 0.5s ease-in 4s both;
  animation: animate-svg-stroke-351 0.5s ease-in 4s both;
}
@-webkit-keyframes animate-svg-stroke-352 {
  0% {
    stroke-dashoffset: 196.9451141357px;
    stroke-dasharray: 196.9451141357px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 196.9451141357px;
  }
}
@keyframes animate-svg-stroke-352 {
  0% {
    stroke-dashoffset: 196.9451141357px;
    stroke-dasharray: 196.9451141357px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 196.9451141357px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-352 {
  -webkit-animation: animate-svg-stroke-352 0.5s ease-in 4.04s both;
  animation: animate-svg-stroke-352 0.5s ease-in 4.04s both;
}
@-webkit-keyframes animate-svg-stroke-353 {
  0% {
    stroke-dashoffset: 3.9580301046px;
    stroke-dasharray: 3.9580301046px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.9580301046px;
  }
}
@keyframes animate-svg-stroke-353 {
  0% {
    stroke-dashoffset: 3.9580301046px;
    stroke-dasharray: 3.9580301046px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.9580301046px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-353 {
  -webkit-animation: animate-svg-stroke-353 0.5s ease-in 4.08s both;
  animation: animate-svg-stroke-353 0.5s ease-in 4.08s both;
}
@-webkit-keyframes animate-svg-stroke-354 {
  0% {
    stroke-dashoffset: 74.5549163818px;
    stroke-dasharray: 74.5549163818px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 74.5549163818px;
  }
}
@keyframes animate-svg-stroke-354 {
  0% {
    stroke-dashoffset: 74.5549163818px;
    stroke-dasharray: 74.5549163818px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 74.5549163818px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-354 {
  -webkit-animation: animate-svg-stroke-354 0.5s ease-in 4.12s both;
  animation: animate-svg-stroke-354 0.5s ease-in 4.12s both;
}
@-webkit-keyframes animate-svg-stroke-355 {
  0% {
    stroke-dashoffset: 3859.4421386719px;
    stroke-dasharray: 3859.4421386719px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3859.4421386719px;
  }
}
@keyframes animate-svg-stroke-355 {
  0% {
    stroke-dashoffset: 3859.4421386719px;
    stroke-dasharray: 3859.4421386719px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3859.4421386719px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-355 {
  -webkit-animation: animate-svg-stroke-355 0.5s ease-in 4.16s both;
  animation: animate-svg-stroke-355 0.5s ease-in 4.16s both;
}
@-webkit-keyframes animate-svg-stroke-356 {
  0% {
    stroke-dashoffset: 39.1249656677px;
    stroke-dasharray: 39.1249656677px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 39.1249656677px;
  }
}
@keyframes animate-svg-stroke-356 {
  0% {
    stroke-dashoffset: 39.1249656677px;
    stroke-dasharray: 39.1249656677px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 39.1249656677px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-356 {
  -webkit-animation: animate-svg-stroke-356 0.5s ease-in 4.2s both;
  animation: animate-svg-stroke-356 0.5s ease-in 4.2s both;
}
@-webkit-keyframes animate-svg-stroke-357 {
  0% {
    stroke-dashoffset: 3.7656713724px;
    stroke-dasharray: 3.7656713724px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.7656713724px;
  }
}
@keyframes animate-svg-stroke-357 {
  0% {
    stroke-dashoffset: 3.7656713724px;
    stroke-dasharray: 3.7656713724px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.7656713724px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-357 {
  -webkit-animation: animate-svg-stroke-357 0.5s ease-in 4.24s both;
  animation: animate-svg-stroke-357 0.5s ease-in 4.24s both;
}
@-webkit-keyframes animate-svg-stroke-358 {
  0% {
    stroke-dashoffset: 99.3075408936px;
    stroke-dasharray: 99.3075408936px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 99.3075408936px;
  }
}
@keyframes animate-svg-stroke-358 {
  0% {
    stroke-dashoffset: 99.3075408936px;
    stroke-dasharray: 99.3075408936px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 99.3075408936px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-358 {
  -webkit-animation: animate-svg-stroke-358 0.5s ease-in 4.28s both;
  animation: animate-svg-stroke-358 0.5s ease-in 4.28s both;
}
@-webkit-keyframes animate-svg-stroke-359 {
  0% {
    stroke-dashoffset: 803.6050415039px;
    stroke-dasharray: 803.6050415039px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 803.6050415039px;
  }
}
@keyframes animate-svg-stroke-359 {
  0% {
    stroke-dashoffset: 803.6050415039px;
    stroke-dasharray: 803.6050415039px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 803.6050415039px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-359 {
  -webkit-animation: animate-svg-stroke-359 0.5s ease-in 4.32s both;
  animation: animate-svg-stroke-359 0.5s ease-in 4.32s both;
}
@-webkit-keyframes animate-svg-stroke-360 {
  0% {
    stroke-dashoffset: 35.7544822693px;
    stroke-dasharray: 35.7544822693px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 35.7544822693px;
  }
}
@keyframes animate-svg-stroke-360 {
  0% {
    stroke-dashoffset: 35.7544822693px;
    stroke-dasharray: 35.7544822693px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 35.7544822693px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-360 {
  -webkit-animation: animate-svg-stroke-360 0.5s ease-in 4.36s both;
  animation: animate-svg-stroke-360 0.5s ease-in 4.36s both;
}
@-webkit-keyframes animate-svg-stroke-361 {
  0% {
    stroke-dashoffset: 773.8732910156px;
    stroke-dasharray: 773.8732910156px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 773.8732910156px;
  }
}
@keyframes animate-svg-stroke-361 {
  0% {
    stroke-dashoffset: 773.8732910156px;
    stroke-dasharray: 773.8732910156px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 773.8732910156px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-361 {
  -webkit-animation: animate-svg-stroke-361 0.5s ease-in 4.4s both;
  animation: animate-svg-stroke-361 0.5s ease-in 4.4s both;
}
@-webkit-keyframes animate-svg-stroke-362 {
  0% {
    stroke-dashoffset: 61.0778656006px;
    stroke-dasharray: 61.0778656006px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 61.0778656006px;
  }
}
@keyframes animate-svg-stroke-362 {
  0% {
    stroke-dashoffset: 61.0778656006px;
    stroke-dasharray: 61.0778656006px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 61.0778656006px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-362 {
  -webkit-animation: animate-svg-stroke-362 0.5s ease-in 4.44s both;
  animation: animate-svg-stroke-362 0.5s ease-in 4.44s both;
}
@-webkit-keyframes animate-svg-stroke-363 {
  0% {
    stroke-dashoffset: 3849.3439941406px;
    stroke-dasharray: 3849.3439941406px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3849.3439941406px;
  }
}
@keyframes animate-svg-stroke-363 {
  0% {
    stroke-dashoffset: 3849.3439941406px;
    stroke-dasharray: 3849.3439941406px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3849.3439941406px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-363 {
  -webkit-animation: animate-svg-stroke-363 0.5s ease-in 4.48s both;
  animation: animate-svg-stroke-363 0.5s ease-in 4.48s both;
}
@-webkit-keyframes animate-svg-stroke-364 {
  0% {
    stroke-dashoffset: 2.674661994px;
    stroke-dasharray: 2.674661994px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.674661994px;
  }
}
@keyframes animate-svg-stroke-364 {
  0% {
    stroke-dashoffset: 2.674661994px;
    stroke-dasharray: 2.674661994px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.674661994px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-364 {
  -webkit-animation: animate-svg-stroke-364 0.5s ease-in 4.52s both;
  animation: animate-svg-stroke-364 0.5s ease-in 4.52s both;
}
@-webkit-keyframes animate-svg-stroke-365 {
  0% {
    stroke-dashoffset: 816.9310302734px;
    stroke-dasharray: 816.9310302734px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 816.9310302734px;
  }
}
@keyframes animate-svg-stroke-365 {
  0% {
    stroke-dashoffset: 816.9310302734px;
    stroke-dasharray: 816.9310302734px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 816.9310302734px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-365 {
  -webkit-animation: animate-svg-stroke-365 0.5s ease-in 4.56s both;
  animation: animate-svg-stroke-365 0.5s ease-in 4.56s both;
}
@-webkit-keyframes animate-svg-stroke-366 {
  0% {
    stroke-dashoffset: 160.8736877441px;
    stroke-dasharray: 160.8736877441px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 160.8736877441px;
  }
}
@keyframes animate-svg-stroke-366 {
  0% {
    stroke-dashoffset: 160.8736877441px;
    stroke-dasharray: 160.8736877441px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 160.8736877441px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-366 {
  -webkit-animation: animate-svg-stroke-366 0.5s ease-in 4.6s both;
  animation: animate-svg-stroke-366 0.5s ease-in 4.6s both;
}
@-webkit-keyframes animate-svg-stroke-367 {
  0% {
    stroke-dashoffset: 50.2423973083px;
    stroke-dasharray: 50.2423973083px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 50.2423973083px;
  }
}
@keyframes animate-svg-stroke-367 {
  0% {
    stroke-dashoffset: 50.2423973083px;
    stroke-dasharray: 50.2423973083px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 50.2423973083px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .arch .placemaker-draw-367 {
  -webkit-animation: animate-svg-stroke-367 0.5s ease-in 4.64s both;
  animation: animate-svg-stroke-367 0.5s ease-in 4.64s both;
}
div:not(.portlet-configuration-setup) .calculator-section {
  padding: 80px 0 0 0;
  position: relative;
  z-index: 2;
  width: 100%;
  float: left;
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) .calculator-section {
    margin-top: 0;
    padding: 40px 0 0 0;
  }
}
div:not(.portlet-configuration-setup) .calculator-section .calc-svg g,
div:not(.portlet-configuration-setup) .calculator-section .calc-svg line {
  stroke-linecap: round;
  stroke-width: 2 !important;
}
div:not(.portlet-configuration-setup) .calculator-section small {
  font-weight: 300;
  font-size: 14px;
}
@media (min-width: 992px) {
  div:not(.portlet-configuration-setup) .calc-info {
    height: 180px;
    position: absolute;
    right: 0;
    justify-content: flex-end;
  }
}
@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 311.6404418945px;
    stroke-dasharray: 311.6404418945px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 311.6404418945px;
  }
}
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 311.6404418945px;
    stroke-dasharray: 311.6404418945px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 311.6404418945px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .calculator .calculator-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
  animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}
@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 308.5190734863px;
    stroke-dasharray: 308.5190734863px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 308.5190734863px;
  }
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 308.5190734863px;
    stroke-dasharray: 308.5190734863px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 308.5190734863px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .calculator .calculator-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
  animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}
@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 42.5239982605px;
    stroke-dasharray: 42.5239982605px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 42.5239982605px;
  }
}
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 42.5239982605px;
    stroke-dasharray: 42.5239982605px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 42.5239982605px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .calculator .calculator-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
  animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}
@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 39px;
    stroke-dasharray: 39px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 39px;
  }
}
@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 39px;
    stroke-dasharray: 39px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 39px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .calculator .calculator-4 {
  -webkit-animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both, animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
  animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both, animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}
@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 311.6404418945px;
    stroke-dasharray: 311.6404418945px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 311.6404418945px;
  }
}
@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 311.6404418945px;
    stroke-dasharray: 311.6404418945px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 311.6404418945px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .calculator .calculator-5 {
  -webkit-animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both, animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
  animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both, animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}
@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 308.5190734863px;
    stroke-dasharray: 308.5190734863px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 308.5190734863px;
  }
}
@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 308.5190734863px;
    stroke-dasharray: 308.5190734863px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 308.5190734863px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .calculator .calculator-6 {
  -webkit-animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
  animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}
@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 50.4510574341px;
    stroke-dasharray: 50.4510574341px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 50.4510574341px;
  }
}
@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 50.4510574341px;
    stroke-dasharray: 50.4510574341px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 50.4510574341px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .calculator .calculator-7 {
  -webkit-animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both, animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
  animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both, animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
}
@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 50.0104141235px;
    stroke-dasharray: 50.0104141235px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 50.0104141235px;
  }
}
@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 50.0104141235px;
    stroke-dasharray: 50.0104141235px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 50.0104141235px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .calculator .calculator-8 {
  -webkit-animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both, animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
  animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both, animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}
@-webkit-keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 312.2611694336px;
    stroke-dasharray: 312.2611694336px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 312.2611694336px;
  }
}
@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 312.2611694336px;
    stroke-dasharray: 312.2611694336px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 312.2611694336px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .calculator .calculator-9 {
  -webkit-animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both, animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
  animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both, animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}
@-webkit-keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 616.2514038086px;
    stroke-dasharray: 616.2514038086px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 616.2514038086px;
  }
}
@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 616.2514038086px;
    stroke-dasharray: 616.2514038086px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 616.2514038086px;
  }
}
@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .calculator .calculator-10 {
  -webkit-animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both, animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
  animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both, animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
}
@-webkit-keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 30.8740005493px;
    stroke-dasharray: 30.8740005493px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 30.8740005493px;
  }
}
@keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 30.8740005493px;
    stroke-dasharray: 30.8740005493px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 30.8740005493px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .calculator .calculator-11 {
  -webkit-animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both, animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
  animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both, animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}
@-webkit-keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 311.6404418945px;
    stroke-dasharray: 311.6404418945px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 311.6404418945px;
  }
}
@keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 311.6404418945px;
    stroke-dasharray: 311.6404418945px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 311.6404418945px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .calculator .calculator-12 {
  -webkit-animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s both, animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
  animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s both, animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
}
@-webkit-keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 308.5190734863px;
    stroke-dasharray: 308.5190734863px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 308.5190734863px;
  }
}
@keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 308.5190734863px;
    stroke-dasharray: 308.5190734863px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 308.5190734863px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .calculator .calculator-13 {
  -webkit-animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both, animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
  animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both, animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}
@-webkit-keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 30.8740005493px;
    stroke-dasharray: 30.8740005493px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 30.8740005493px;
  }
}
@keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 30.8740005493px;
    stroke-dasharray: 30.8740005493px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 30.8740005493px;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .calculator .calculator-14 {
  -webkit-animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both, animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
  animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both, animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
}
@-webkit-keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 14.5663706144px;
    stroke-dasharray: 14.5663706144px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 14.5663706144px;
  }
}
@keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 14.5663706144px;
    stroke-dasharray: 14.5663706144px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 14.5663706144px;
  }
}
@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
}
@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .calculator .calculator-15 {
  -webkit-animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both, animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
  animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both, animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
}
@-webkit-keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 14.5663706144px;
    stroke-dasharray: 14.5663706144px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 14.5663706144px;
  }
}
@keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 14.5663706144px;
    stroke-dasharray: 14.5663706144px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 14.5663706144px;
  }
}
@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
}
@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
}
div:not(.portlet-configuration-setup) .aos-animate .calculator .calculator-16 {
  -webkit-animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both, animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
  animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both, animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
}
div:not(.portlet-configuration-setup) .calc-svg {
  display: block;
}
div:not(.portlet-configuration-setup) .calc-svg line,
div:not(.portlet-configuration-setup) .calc-svg g,
div:not(.portlet-configuration-setup) .calc-svg circle {
  transition: all 0.3s ease-in-out;
}
div:not(.portlet-configuration-setup) .calc-svg:hover path,
div:not(.portlet-configuration-setup) .calc-svg:hover g {
  stroke: #FFF;
}
div:not(.portlet-configuration-setup) .calc-svg:hover line {
  stroke: #FFF;
}
div:not(.portlet-configuration-setup) .calc-svg:hover circle {
  stroke: transparent;
  fill: #FFF;
}
div:not(.portlet-configuration-setup) .cookies-bar {
  position: fixed;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 16px;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: small;
}
div:not(.portlet-configuration-setup) .cookies-bar .btn {
  font-size: small;
}
div:not(.portlet-configuration-setup) .pagination-wrapper {
  border-top: 1px solid rgba(250, 250, 250, 0.4588235294);
  border-bottom: 1px solid rgba(250, 250, 250, 0.4588235294);
  position: relative;
  z-index: 1;
  top: 1px;
}
div:not(.portlet-configuration-setup) .pagination {
  padding: 8px 0;
  display: flex;
  justify-content: center;
  margin: 0;
}
div:not(.portlet-configuration-setup) .pagination .page-item .page-link {
  background-color: transparent;
  border: 0;
  font-size: 22px;
  padding: 8px;
}
div:not(.portlet-configuration-setup) .pagination .page-item .page-link {
  color: #FFFFFF;
}
div:not(.portlet-configuration-setup) .pagination .page-item.active .page-link {
  color: #FFC223;
}
div:not(.portlet-configuration-setup) .taglib-captcha img {
  background-color: #FFF;
}
div:not(.portlet-configuration-setup) .signed-in header.navbar {
  margin-top: 20px;
}
div:not(.portlet-configuration-setup) #wrapper section#content main#main-content.main {
  min-height: 400px;
}
div:not(.portlet-configuration-setup) #wrapper .fixed-top {
  z-index: 5;
}
div:not(.portlet-configuration-setup) .wrapper {
  background-color: black;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: white;
  font-size: 14px;
}
div:not(.portlet-configuration-setup) .wrapper h1, div:not(.portlet-configuration-setup) .wrapper h2, div:not(.portlet-configuration-setup) .wrapper h3, div:not(.portlet-configuration-setup) .wrapper h4, div:not(.portlet-configuration-setup) .wrapper h5 {
  font-weight: 300;
}
div:not(.portlet-configuration-setup) .wrapper .portlet {
  margin-bottom: 0 !important;
}
div:not(.portlet-configuration-setup) .wrapper h2.portlet-title-text {
  display: none;
}
div:not(.portlet-configuration-setup) .wrapper .footer .logo-img {
  max-width: 120px;
}
div:not(.portlet-configuration-setup) .wrapper .footer .nav-item {
  display: block;
}
div:not(.portlet-configuration-setup) .wrapper .footer .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
div:not(.portlet-configuration-setup) .wrapper header .navbrand {
  padding: 0;
}
div:not(.portlet-configuration-setup) .wrapper header nav .container {
  display: flex;
  width: 100%;
  padding: 0 16px;
}
div:not(.portlet-configuration-setup) .wrapper header nav .container .nav-item {
  flex-direction: column;
  align-items: start;
}
div:not(.portlet-configuration-setup) .wrapper header .navbar-nav .nav-item {
  display: inline-block;
}
div:not(.portlet-configuration-setup) .wrapper header .navbar .navbar-content .sub-menu {
  pointer-events: none;
  max-width: none;
  max-height: none;
  overflow: initial;
  position: static;
}
div:not(.portlet-configuration-setup) .wrapper header .navbar .navbar-content .sub-menu.show {
  pointer-events: all;
}
div:not(.portlet-configuration-setup) .wrapper section#content .login-container {
  max-width: 500px;
  margin: 3rem auto;
  z-index: 2;
  position: relative;
}
@media (max-width: 991.98px) {
  div:not(.portlet-configuration-setup) .wrapper section#content .login-container {
    margin: 3rem 1rem;
  }
}
div:not(.portlet-configuration-setup) .wrapper section#content .login-container .panel-body {
  padding: 0;
}
div:not(.portlet-configuration-setup) .wrapper section#content .login-container .form-group.form-inline.input-checkbox-wrapper label {
  display: block;
}
div:not(.portlet-configuration-setup) .wrapper section#content .login-container input[type=checkbox] {
  margin: 5px 22px 3px 0px;
}
div:not(.portlet-configuration-setup) .wrapper .ddm-form-builder-app {
  padding: 0;
}
div:not(.portlet-configuration-setup) .wrapper .ddm-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
div:not(.portlet-configuration-setup) .wrapper .lfr-ddm__default-page-header {
  display: none;
}
div:not(.portlet-configuration-setup) .wrapper .lfr-ddm-form-pagination-controls .btn {
  width: 100%;
}
div:not(.portlet-configuration-setup) .wrapper .ddm-form-page .text-secondary {
  display: none;
}
div:not(.portlet-configuration-setup) html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: #727272;
}
div:not(.portlet-configuration-setup) div#wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
div:not(.portlet-configuration-setup) .lfr-product-menu-panel.open div#wrapper {
  padding-left: unset;
  padding-right: 0px;
}
div:not(.portlet-configuration-setup) html:not(#__):not(#___) .page-editor__wrapper--padded-end {
  padding-right: 280px;
}
div:not(.portlet-configuration-setup) .dropdown-action {
  top: 20px;
  visibility: visible;
}
div:not(.portlet-configuration-setup) .portlet-journal-content.portlet-barebone .portlet .portlet-header {
  z-index: 99999;
}
div:not(.portlet-configuration-setup) .portlet-forms .lfr-ddm-form-page-title {
  font-size: 16px;
}
div:not(.portlet-configuration-setup) div:not(.portlet-configuration-setup) .slick-prev, div:not(.portlet-configuration-setup) div:not(.portlet-configuration-setup) .slick-next {
  border-radius: 50% !important;
}
div:not(.portlet-configuration-setup) .page-editor__wrapper .wrapper {
  max-width: 68% !important;
  overflow: initial !important;
}
div:not(.portlet-configuration-setup) .page-editor__wrapper .wrapper .lfr-tooltip-scope .btn-unstyled {
  display: none;
}
div:not(.portlet-configuration-setup) .portlet-configuration-edit-scope .form-control {
  border: 1px solid;
  border-color: grey;
  color: black;
}
div:not(.portlet-configuration-setup) .portlet-configuration-edit-sharing textarea {
  color: black;
}
div:not(.portlet-configuration-setup) .portlet-configuration-edit-sharing input {
  color: black;
  border: 1px solid;
}

div.portlet-configuration-setup a {
  color: #888888;
}