/* Page layout */

body {
  background-image: none !important;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1370px;
  }
}

/* Product Cards */
.product-card-deck .card {
  margin-bottom: 20px !important;
}

/* Page Menu */
#page-menu {
  padding: 17px 17px 17px 4px;
}

#page-menu li a {
  color: #212529;
  font-size: 1rem;
}

#page-menu > mon-site-menu-item > li > .menu-link-wrapper > a {
  font-size: 1.25rem;
}

#page-menu > mon-site-menu-item > li > .menu-link-wrapper > a:hover {
  text-decoration: underline;
}

#page-menu > mon-site-menu-item > li ul.menu-expanded a span {
  margin-left: 5px !important;
}

#page-menu a.text-underline {
  text-decoration: underline;
}

#page-menu a:hover:not(.text-underline) {
  text-decoration: underline;
}

.navbar.navbar-under div.nav-container > ul > li > a {
  font-weight: 700;
}

#sub-nav-id-45 div ul li {
  display: none;
}

/* ToTopBtn */
#top-link {
  z-index: 1;
}

/* Table */
.responsive-table-img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .responsive-table-img {
    width: 50%;
  }
}

#top-link a {
  padding: 0.85rem !important;
}

#topbar {
  margin-bottom: 12px;
}

/* Acetec colours */
.dropdown-item.active,
.dropdown-item:active,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.swiper-pagination-bullet-active,
.btn-primary.disabled,
.btn-primary:disabled {
  background: #007db1 !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: #007db1 !important;
  border-color: #007db1 !important;
}

.page-item.active .page-link {
  background: #007db1 !important;
  border-color: #007db1 !important;
}

.swiper-pagination-bullet-active {
  background: #007db1 !important;
}

a:hover,
.page-link,
.btn-link {
  color: #007db1;
}

.checkout-price--sticky .checkout_progress .progress-bar {
  background-color: #1d8636;
}

/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p {
  font-weight: 500;
}

@media (max-width: 992px) {
  h1 {
    font-size: 2.15rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.5rem;
  }
}

/* Responsive Videos */
.responsive-external-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.responsive-external-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* BTNs */
.btn {
  border-radius: 2px;
}

.btn-outline-dark:hover {
  background-color: #001d31;
}

.section-padding {
  padding-top: 4.2rem;
  padding-bottom: 4.2rem;
}

.text-overlay-image {
  background-color: rgba(0, 0, 0, 0.6);
}

/* Logo */
@media (min-width: 768px) {
  #site-logo {
    height: 70px;
  }
}

/* Search Bar */
#navbar
  #searchContainer
  .js-nav-search-list
  li
  a
  p[ng-bind="part.ExtraDescription"],
#search-quick-result li a p[ng-bind="part.ExtraDescription"] {
  display: none;
}

/* Banner Above Hero Section */
.filter-banner {
  background-color: #fff3cd;
  color: #212529;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 2px;
}

@media (min-width: 768px) {
  .filter-banner {
    flex-direction: row;
  }
}

.banner-text {
  text-align: center;
  font-size: 0.9rem;
}

.filter-banner a {
  font-size: 0.96rem;
  color: #212529;
  font-weight: 700;
}

.banner-highlight {
  font-size: 0.96rem;
  font-weight: 700;
}

/* Shop Page */
#shop-section {
  margin-bottom: 60px;
}

/* Contact Us Page */
.contact-us-wrapper {
  padding-bottom: 3rem;
}

.contact-us-page .contact-phone {
  font-size: 1.3rem;
}

.contact-us-wrapper h2 {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .contact-us-page h1 {
    margin-top: 0px !important;
  }
  .contact-img {
    margin-top: 1.5rem;
  }
}

/* Support Page */
.contact-us-wrapper .main-support .support-box {
  background-color: #f8f9fa;
  padding: 2rem;
  border-radius: 2px;
  height: 100%;
}

.contact-us-wrapper .main-support .row {
  gap: 1rem;
}

/* EvoCloud Page */
#evocloud-status .status-box,
#evocloud-status .log-box {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

#evocloud-status .status-indicator {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

#evocloud-status .circle {
  width: 12px;
  height: 12px;
  background-color: #1d8636;
  border-radius: 50%;
  display: inline-block;
}

#evocloud-status .status-text {
  color: #333;
  font-weight: 500;
}

#evocloud-status .log-list {
  list-style: none;
  padding-left: 0;
  margin-top: 0.5rem;
}

#evocloud-status .log-list li {
  padding: 0.5rem 0;
  border-top: 1px solid #eee;
}

#evocloud-status .log-list li:first-child {
  border-top: none;
}

/* FAQ-toggle no JS */
.faq-toggle-no-js .faq-toggle {
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

.faq-toggle-no-js .faq-toggle summary {
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.faq-toggle-no-js .faq-toggle summary::-webkit-details-marker {
  display: none;
}

.faq-toggle-no-js .faq-toggle summary::before {
  content: "\25B6"; /* ÃƒÂ¢Ã¢â‚¬â€œÃ‚Âº hÃƒÆ’Ã‚Â¶gerpekande triangel */
  display: inline-block;
  font-size: 1rem;
  margin-right: 0.5rem;
  transition: transform 0.2s ease;
  transform: rotate(0deg);
}

.faq-toggle-no-js .faq-toggle[open] summary::before {
  transform: rotate(90deg);
}

.faq-toggle-no-js .faq-toggle p {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

/* Reference Page */
#reference-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  padding: 1.2rem 0 2rem 0;
}

#reference-grid .project-card {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

#reference-grid .project-card:hover {
  transform: translateY(-4px);
}

#reference-grid .project-card h3 {
  margin-top: 0;
  font-size: 1.1rem;
}

#reference-grid .project-card a {
  display: inline-block;
  margin-top: 0.5rem;
  text-decoration: none;
  font-weight: 500;
}

#reference-grid .project-card a:hover {
  text-decoration: underline;
}

/* Spare Parts Decision Page */
.spare-parts-decision .hover-card {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  border: 1px solid #ddd;
}

.spare-parts-decision .hover-card:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.spare-parts-decision .card-img-top {
  background-color: #fff;
  object-fit: contain;
  max-height: 250px;
  padding: 1rem;
}

.spare-parts-decision .card-body {
  background-color: #f8f9fa;
  border-top: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 1.25rem;
}

.spare-parts-decision .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
}

/* Product Category Page */
.subcategory-product-btn {
  margin-top: 25px;
  margin-bottom: 15px;
}

#category-top .cursor-pointer {
  display: none;
}

@media (max-width: 992px) {
  .category-title {
    font-size: 2.5rem;
  }
}

#category-pagination-top {
  margin-top: 14px;
}

/* Single Product Page */
#product-container header .article-number span:nth-of-type(-n + 2) {
  font-size: 0.9rem;
  font-weight: bold;
}

#product-container header .article-number .ng-binding {
  font-size: 0.9rem;
}

.spp-push-to-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

#part-gs1-code span:first-of-type {
  font-weight: bold;
}

#part-gs1-code span:first-of-type::after {
  font-weight: bold;
}

.SlideGallery .swiper-zoom-container .picture {
  max-height: 320px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.SlideGallery .swiper-zoom-container:hover {
  cursor: pointer;
}

.gallery-thumbs .swiper-slide {
  width: 13% !important;
}

.swiper-zoom-container {
  pointer-events: none;
  position: relative;
}

.swiper-zoom-container img.picture {
  pointer-events: auto;
  display: block;
  position: relative;
  z-index: 1;
}

.hoverZoomOverlay {
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.swiper-zoom-container:hover .hoverZoomOverlay {
  pointer-events: auto;
  visibility: visible;
}

#TheModal {
  background-color: white;
}

#TheModal #swiper-content {
  border: none;
}

#TheModal .close {
  right: 6%;
  color: #3b3b3b;
  font-size: 3.2rem;
  text-shadow: none;
}

#extra-fields #extra-field-group-collapsable table tr .text-right,
#part-traits #part-traits-collapsable table tr .text-right {
  font-weight: 400;
}

.product-details .documents li {
  background: #ffffff;
}

/* Personal Page */
#personal-wrapper section h2 {
  font-size: 1.4rem;
  letter-spacing: 1.2px;
}

/* Footer */
.footer-col-header h2 {
  font-size: 1.28rem;
  font-weight: bold;
  margin-bottom: 12px;
}

#mobile-menu .js-new-menu-dropdown,
#mobile-menu #search-button,
#mobile-menu #js-my-account-button {
  color: #212529 !important;
}

.footer div ul li:not(:first-child) {
  margin-top: 7px;
}

.footer div ul li {
  font-size: 1.05rem;
}

.footer div ul li a:hover {
  text-decoration: underline;
}

.footer #footer-opening-hours {
  margin-top: 19px;
}

.footer .evocloud-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.evocloud-container {
  width: 295px;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d9d8d8;
  margin-top: 50px;
}

.evocloud-container .status-circle {
  width: 11px;
  height: 11px;
  margin-top: -2px;
  margin-right: 5px;
  background-color: #1d8636;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}

.evocloud-container .status-text {
  margin-right: 5px;
}

.evocloud-container .status-link {
  white-space: nowrap;
}

.evocloud-container .status-link:hover {
  text-decoration: underline;
}

.footer-copyright .copyright-text {
  font-size: 0.9rem;
  font-weight: bold;
}

.footer-copyright .social-icons a {
  margin: 0 10px;
  color: #001d31 !important;
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}

.footer-copyright .social-icons a:hover {
  transform: scale(1.2);
  text-decoration: none;
}

.footer-copyright > div {
  border-top-color: #c9c9c9 !important;
  margin-top: 35px;
}

#bottom-navigation #js-my-account-button,
#bottom-navigation #search-button,
#bottom-navigation .js-new-menu-dropdown {
  color: #212529 !important;
}

@media (max-width: 767px) {
  .footer-copyright .social-icons {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

/* Cookie Consent */
#consent-accept-choice {
  background-color: #007db1;
  border-color: #007db1;
  color: white;
}

#consent-accept-choice:hover {
  background-color: #007db1;
  border-color: #007db1;
}

/* Staff */
#personal-wrapper .card-img-top {
  height: 100%;
}

#personal-wrapper .card-title {
  font-size: 1.1rem;
  font-weight: bold;
}

#personal-wrapper .card-body {
  background: #eeeeee;
  text-align: center;
}

#hero-section {
  margin-top: 20px;
}

.product-grid {
  padding-right: 0px;
  padding-left: 0px;
}

.product-grid .product-box {
  height: 300px;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
  overflow: hidden;
}

.product-grid .product-box h3 {
  font-size: 1.5rem;
}

.tool-section .tool-button {
  color: white;
  border: none;
  padding-top: 2rem;
  padding-bottom: 1.3rem;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  width: 100%;
}

.tool-section {
  padding-top: 1rem;
  padding-bottom: 5rem;
}

.tool-section .tool-row .tool-col h3 {
  font-size: 1.3rem;
  font-weight: normal;
}

.tool-row {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  justify-content: center;
}

.tool-col {
  background-color: #001d31;
  flex: 1 1 30%;
  max-width: 30%;
  transition: background-color 0.3s;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.tool-section .tool-col:hover {
  background-color: #000f1a;
  text-decoration: none;
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991.98px) {
  .tool-row {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .tool-col {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .tool-section .tool-button {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }
}

.img-brand-frame {
  box-shadow: -50px -50px 0 -30px #001d31, 60px 60px 0 -40px #00a4e4;
}

.img-service-homepage {
  width: 325px;
  max-width: 100%;
  display: block;
}

.sections-dehumi .text-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 992px) {
  .sections-dehumi .text-content {
    text-align: left;
    align-items: flex-start;
  }
}

@media (min-width: 1201px) {
  .sections-dehumi .dehumi-installation {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (max-width: 991px) {
  .section-dehumi-install {
    padding-top: 1.5rem;
  }
}

.why-acetec {
  padding-top: 1.5rem;
}

.why-company-box {
  background: #f8f9fa;
  color: #212529;
  border-radius: 2px;
  padding: 2rem;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.why-company-box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

.why-company-box h3 {
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
}

.why-company-box p {
  font-size: 1rem;
  color: #4b4d4f;
}

@media (max-width: 992px) {
  .why-company-box {
    min-height: auto;
    padding: 1.5rem;
  }
}

/* Resellers CTA Section */
.resellers-cta {
  margin-top: 55px;
  margin-bottom: 10px;
  border-radius: 2px;
}

.custom-product-grid .product-card-widget .card {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.quote-container {
  padding-top: 4.2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 30px;
  margin-bottom: 45px;
}

.quote-container > div {
  padding: 67px;
  margin-top: 20px;
  border-radius: 0.25rem;
  background-color: #f8f9fa;
}

.quote-container {
  padding-top: 4.2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.quote-container > div {
  padding: 67px;
  margin-top: 20px;
  border-radius: 0.25rem;
  position: relative;
}

.quote-container .emblem {
  position: absolute;
  top: -40px;
  right: 15px;
  width: 90px;
}

@media (max-width: 768px) {
  .quote-container .emblem {
    top: -30px;
    right: 10px;
    width: 60px;
  }
}

@media (max-width: 480px) {
  .quote-container .emblem {
    top: -25px;
    right: 15px;
    width: 50px;
  }
}

.product-landing-page-temp header {
  position: relative;
}

.product-landing-page-temp header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-image: url("/files/general/file/start-why-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 1;
}

.product-landing-page-temp header h1 {
  padding-right: 100px;
}

@media (max-width: 768px) {
  .product-landing-page-temp header::after {
    display: none;
  }

  .product-landing-page-temp header h1 {
    padding-right: 0px;
  }
}

.product-landing-page-temp .lead > span {
  font-weight: 800;
}

.product-landing-page-temp .info-faq {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .product-landing-page-temp .info-faq {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .product-landing-page-temp .info-faq.row > .col-lg-6:nth-of-type(2) {
    margin-top: 18px;
  }
}

@media (max-width: 764px) {
  .product-landing-page-temp .info-faq {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .landing-pages-cta-temp {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

@media (max-width: 767.98px) {
  .info-faq .col-lg-6 {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .info-faq .order-box .js-part-widget.col-lg-4 {
    max-width: 76% !important;
  }
}

@media (max-width: 575px) {
  .landing-pages-cta-temp .d-flex {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-left: 0;
    margin-right: 0;
  }
  .landing-pages-cta-temp .d-flex > a {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center;
  }

  .landing-pages-cta-temp .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.landing-pages-cta-temp {
  background-color: #f8f9fa;
  padding: 60px;
  margin-bottom: 45px;
}

/* Hide Landingspages Admin Menu Products/Categories */
a[ta-id="top-bar-page-45f8ffc8-81ad-4129-b415-78d4e1e1905e"],
a[ta-id="top-bar-page-571be6ee-c5a8-42cd-bdd2-90aea3701827"],
a[ta-id="top-bar-page-ea1efc3a-15ed-4f61-a90a-58b4999af45e"],
a[ta-id="top-bar-page-d45a9656-ac39-49e2-9050-c9a2d7a030ea"],
a[ta-id="top-bar-page-b71283ba-3de5-44ec-adb8-bdf11555eccf"],
a[ta-id="top-bar-page-983efe75-96d9-44a4-b3d7-445c1aa9f726"],
a[ta-id="top-bar-page-f87d3d91-507c-4190-a33f-ddbf0f36d874"],
a[ta-id="top-bar-page-c2935feb-ebcd-4677-b35d-4686a77f22f4"],
a[ta-id="top-bar-page-236f8fea-3b53-4b46-b88d-5c05f7297136"],
a[ta-id="top-bar-page-718f8aad-de7a-4c7b-a590-ba6d45c661df"],
a[ta-id="top-bar-page-6b50ffdf-0dce-47e7-9f72-219f90d90ce2"],
a[ta-id="top-bar-page-718f8aad-de7a-4c7b-a590-ba6d45c661df"],
a[ta-id="top-bar-page-c5e9f18f-5002-45ba-a498-b7919a94b1df"],
a[ta-id="top-bar-page-ae73f951-d0a9-4db3-bb3b-7f49188ffb15"],
a[ta-id="top-bar-page-423696dc-3055-4250-bc89-c0153dbf62ba"],
a[ta-id="top-bar-page-f21425c4-9f95-49f0-8d59-0aab79112d6f"],
a[ta-id="top-bar-page-063b67cf-57a7-4c2d-b55e-8846162b5407"],
a[ta-id="top-bar-page-6f645046-8a3f-4a51-b85b-4c4a95d7a538"],
a[ta-id="top-bar-page-f9d6aa67-e8cd-483e-8348-7567051ce515"],
a[ta-id="top-bar-page-91cd7733-cc11-43fe-af98-6d5dc5ffd07b"],
a[ta-id="top-bar-page-932046c8-7fe4-4385-a2e9-41b3d777eecd5"],
a[ta-id="top-bar-page-932046c8-7fe4-4385-a2e9-41b3d777eecd"],
a[ta-id="top-bar-page-53208deb-753d-4d58-ae09-22dfbceba9a8"],
a[ta-id="top-bar-page-9e2b8f3b-a2a5-4263-b361-94abae3f90f5"],
a[ta-id="top-bar-page-d6c8aedb-204a-4a3e-885b-da5e45179512"],
a[ta-id="top-bar-page-2a5e6922-8c18-4f92-a553-b191fb56a314"],
a[ta-id="top-bar-page-9cd03bcd-694c-4dc0-8a15-3c94f22a2fea"],
a[ta-id="top-bar-page-c9b47688-aa36-43a1-8274-daf558ff62b5"],
a[ta-id="top-bar-page-bb2109fe-1036-4e30-a128-33bde82d41ff"],
a[ta-id="top-bar-page-c3c30ed9-b8f8-499c-a77f-da591a5fbc43"],
a[ta-id="top-bar-page-130876b4-5bf3-4d8c-b051-6d52bf68bdd9"],
a[ta-id="top-bar-page-d9022ccd-d4f1-420a-a0fb-9b135215ed46"],
a[ta-id="top-bar-page-58d347fa-376a-41d2-9109-1c82f63078f1"],
a[ta-id="top-bar-page-6a5aad50-9e35-42aa-92be-42d8c80b57f4"],
a[ta-id="top-bar-page-d756ffb2-6543-4169-962b-544154d07491"],
a[ta-id="top-bar-page-ce79ce93-29d7-4182-b687-71aaa6c6f68d"],
a[ta-id="top-bar-page-befc22d8-8b3e-4ea1-a72b-29782a958c4a"],
a[ta-id="top-bar-page-81cc780c-03ae-4888-9872-b124f18a002e"],
a[ta-id="top-bar-page-11303084-1188-4b29-8737-e79df3cb18fc"],
a[ta-id="top-bar-page-e2fedb45-d6fa-46c0-a219-100dc6c531af"] {
  display: none !important;
}

/* Hide Landingspages Admin Menu  */
a[ta-id="top-bar-page-80893975-9122-4ddc-8135-e2a35408eceb"],
a[ta-id="top-bar-page-b6422da8-da5e-4b3b-81e5-1259994897ee"],
a[ta-id="top-bar-page-93568ca4-7ac4-4a94-8032-7c89d6cbb51e"],
a[ta-id="top-bar-page-6d4c55e7-6521-4c06-ae18-2199c1068322"],
a[ta-id="top-bar-page-61f7cd04-40e9-41e8-9e8e-a29bf8d049e4"],
a[ta-id="top-bar-page-6203f65f-8d97-475b-a6fe-46dde4a02ef8"],
a[ta-id="top-bar-page-050e401c-d1d4-4ea3-a11e-ad38ed9ae820"],
a[ta-id="top-bar-page-4271bf56-2d50-42a7-aaec-cfbe1c1c0b93"],
a[ta-id="top-bar-page-f89350a4-3189-4e05-af63-1b51a12706ad"],
a[ta-id="top-bar-page-7634511b-29b8-4f41-8bae-8e3afbb2ff2b"],
a[ta-id="top-bar-page-be64f9fa-ba48-44a6-8147-2a48a7082f4d"],
a[ta-id="top-bar-page-531335cf-90db-48ae-adbd-ac218191e311"],
a[ta-id="top-bar-page-79d28213-2dfe-46a6-8e8f-0a186c03d4d9"],
a[ta-id="top-bar-page-3c917598-1a95-4d9a-a593-7a122c8aec05"],
a[ta-id="top-bar-page-cd23a713-c9a6-4e2f-8fbc-e43ac72e9053"],
a[ta-id="top-bar-page-efa25f10-7be4-4b55-a3b8-91eb9ffc5307"],
a[ta-id="top-bar-page-407ca7f1-7398-4492-ae01-3c1780a2afe3"],
a[ta-id="top-bar-page-cbb61eaf-7346-4339-8339-42593ebdb229"] {
  display: none !important;
}

#mobile-menu > ul > li:nth-child(1),
#mobile-menu > ul > li:nth-child(2),
#mobile-menu > ul > li:nth-child(3) {
  display: none;
}

.application-lp {
  max-width: 960px;
}
