@charset "UTF-8";
@font-face {
  font-family: "Loew";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/loew-400.woff2") format("woff2");
}
@font-face {
  font-family: "Loew";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/loew-500.woff2") format("woff2");
}
@font-face {
  font-family: "Loew";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/loew-700.woff2") format("woff2");
}
@font-face {
  font-family: "Loew";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/loew-800.woff2") format("woff2");
}
@font-face {
  font-family: "Loew";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/loew-900.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
  overflow-x: clip;
}

BODY {
  font-family: "Loew", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3E3F66;
  background-color: #f4f8fe;
  line-height: 1.6rem;
  overflow-x: clip;
}

a, a:link, a:active, a:visited {
  color: #3E3F66;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #05405A;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #F2A202;
}
h1.section-title, h2.section-title, h3.section-title, h4.section-title, h5.section-title, h6.section-title {
  text-align: center;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #3E3F66;
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin-top: 0.6rem;
}

.color-gold {
  color: #F2A202;
}

.section-kicker {
  color: #F2A202;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.btn {
  align-items: center;
  border-radius: 50rem !important;
  display: inline-flex;
  gap: 0.5rem;
  justify-content: center;
  line-height: 1.2;
  vertical-align: middle;
}
.btn i, .btn .fa, .btn .fas, .btn .far, .btn .fab, .btn .fa-solid {
  line-height: 1;
}
.btn.btn-gold {
  background-color: #F2A202;
  color: #fff;
}
.btn.btn-outline-gold {
  border-color: #F2A202;
}
.btn.btn-outline-bold {
  border-width: 2px !important;
  box-sizing: border-box;
}
.btn.btn-guide {
  background: #05405A;
  color: #fff;
}
.btn.btn-guide:hover {
  background: #1E88E5;
  color: #fff;
}

.leaflet-control-attribution {
  background: rgba(255, 255, 255, 0.55) !important;
  border-radius: 6px 0 0 0;
  color: rgba(62, 63, 102, 0.6);
  font-size: 9px !important;
  line-height: 1.4;
  margin: 0 !important;
  padding: 1px 5px !important;
  transition: background 0.2s ease, color 0.2s ease;
}
.leaflet-control-attribution a, .leaflet-control-attribution a:link, .leaflet-control-attribution a:active, .leaflet-control-attribution a:visited {
  color: rgba(62, 63, 102, 0.7);
  text-decoration: none;
}
.leaflet-control-attribution:hover {
  background: rgba(255, 255, 255, 0.9) !important;
  color: #3E3F66;
}
.leaflet-control-attribution:hover a, .leaflet-control-attribution:hover a:link, .leaflet-control-attribution:hover a:active, .leaflet-control-attribution:hover a:visited {
  color: #05405A;
  text-decoration: underline;
}

.lead-magnet-form {
  margin-top: 1.5rem;
  max-width: 700px;
}
.lead-magnet-form .form-control {
  min-height: 52px;
}

.guide-cover {
  background: linear-gradient(145deg, #05405A 0%, #075c7f 100%);
  border-radius: 18px;
  box-shadow: 18px 18px 0 rgba(189, 151, 66, 0.25);
  color: #fff;
  margin: 0 auto;
  max-width: 360px;
  min-height: 430px;
  overflow: hidden;
  padding: 2.5rem;
  position: relative;
}
.guide-cover::before {
  background: #F2A202;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.guide-cover h3 {
  color: #fff;
  font-size: 2rem;
  line-height: 1.25;
  margin-top: 2rem;
}

.guide-cover-label {
  color: #F2A202;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.guide-cover-icon {
  color: rgba(255, 255, 255, 0.18);
  font-size: 5rem;
  margin-top: 2rem;
  text-align: right;
}

.guide-cover-meta {
  bottom: 2rem;
  font-size: 0.85rem;
  left: 2.5rem;
  position: absolute;
  right: 2.5rem;
}

.video-thumbnail {
  align-items: center;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #05405A, #1E88E5);
  background-position: center;
  background-size: cover;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.video-thumbnail::before {
  background: rgba(5, 64, 90, 0.18);
  content: "";
  inset: 0;
  position: absolute;
  transition: background 0.25s ease;
}
.video-thumbnail:hover, .video-thumbnail:focus-visible {
  color: #fff;
}
.video-thumbnail:hover::before, .video-thumbnail:focus-visible::before {
  background: rgba(5, 64, 90, 0.32);
}
.video-thumbnail:hover i, .video-thumbnail:focus-visible i {
  transform: scale(1.06);
}
.video-thumbnail:focus-visible {
  outline: 3px solid rgba(189, 151, 66, 0.45);
  outline-offset: 3px;
}
.video-thumbnail i {
  align-items: center;
  background: #F2A202;
  border-radius: 50%;
  display: flex;
  height: 64px;
  justify-content: center;
  padding-left: 4px;
  position: relative;
  transition: transform 0.25s ease;
  width: 64px;
  z-index: 1;
}
.video-thumbnail span {
  background: rgba(0, 0, 0, 0.65);
  border-radius: 5px;
  bottom: 0.75rem;
  font-size: 0.75rem;
  padding: 0.15rem 0.45rem;
  position: absolute;
  right: 0.75rem;
  z-index: 1;
}

.video-title-button {
  background: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 0;
  text-align: left;
}
.video-title-button:hover, .video-title-button:focus-visible {
  color: #F2A202;
  outline: none;
}

.video-player-modal .modal-content {
  border: 0;
  border-radius: 12px;
  overflow: hidden;
}
.video-player-modal .modal-header {
  border-bottom-color: rgba(5, 64, 90, 0.1);
}
.video-player-modal .modal-body {
  background: #000;
  padding: 0;
}

.video-category,
.knowledge-category {
  color: #1E88E5;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.knowledge-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(5, 64, 90, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.knowledge-card:hover {
  box-shadow: 0 12px 36px rgba(5, 64, 90, 0.14);
  transform: translateY(-4px);
}

.knowledge-image {
  align-items: center;
  background: linear-gradient(135deg, rgba(5, 64, 90, 0.12), rgba(189, 151, 66, 0.28));
  color: #05405A;
  display: flex;
  font-size: 3.5rem;
  height: 190px;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.25s ease;
}
.knowledge-image img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.knowledge-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.5rem;
}
.knowledge-body h3 {
  font-size: 1.25rem;
  min-height: 3rem;
}
.knowledge-body h3 a {
  color: #02223E;
  font-weight: 700;
  text-decoration: none;
}
.knowledge-body h3 a:hover {
  color: #F2A202;
}
.knowledge-body .card-excerpt {
  margin-bottom: auto;
}
.knowledge-body .read-more {
  margin-top: 1rem;
}
.knowledge-body a,
.knowledge-body .read-more {
  color: #F2A202;
  font-weight: 600;
  text-decoration: none;
}
.knowledge-body a:hover,
.knowledge-body .read-more:hover {
  color: #F2A202;
}

.calendar-mockup {
  background: #fff;
  border: 1px solid rgba(5, 64, 90, 0.1);
  border-radius: 18px;
  box-shadow: 0 22px 50px rgba(5, 64, 90, 0.18);
  overflow: hidden;
}
.calendar-mockup img {
  display: block;
  width: 100%;
}

.promotion-counter {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50rem;
  display: inline-block;
  font-size: 1.05rem;
  padding: 0.8rem 1.5rem;
}

.card {
  border-radius: 12px;
}
.card .card-img-top {
  border-radius: 12px;
  box-shadow: 0 7px 7px -7px #000;
}

.accordion {
  --bs-accordion-bg: #fff;
  --bs-accordion-border-color: transparent;
  --bs-accordion-border-radius: 12px;
  --bs-accordion-inner-border-radius: 12px;
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1.25rem;
  --bs-accordion-active-color: #05405A;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.accordion .accordion-item {
  border-radius: 12px !important;
  box-shadow: 0 4px 20px rgba(5, 64, 90, 0.08);
  margin-bottom: 16px;
  overflow: hidden;
}
.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion .accordion-button {
  font-size: 1.25rem;
  font-weight: 600;
  color: #3E3F66;
  background: #fff;
  box-shadow: none !important;
}
.accordion .accordion-button:not(.collapsed) {
  color: #05405A;
  background: #fff;
}
.accordion .accordion-button::after {
  background: none;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  color: #839BC0;
  transform: rotate(0deg);
  transition: transform 0.25s ease;
}
.accordion .accordion-button:not(.collapsed)::after {
  color: #F2A202;
  transform: rotate(90deg);
}
.accordion .accordion-body {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  color: #3E3F66;
}

header {
  font-weight: 600;
}
header ul.nav li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
header.glass-header {
  backdrop-filter: blur(5px);
  background-color: rgba(244, 248, 254, 0.5);
  -webkit-backdrop-filter: blur(5px);
}
header.site-header {
  padding: 1.25rem 0;
  z-index: 1030;
}
header.site-header.header-sticky {
  animation: headerSlideDown 1s;
  background-color: rgba(244, 248, 254, 0.9);
  box-shadow: 0 6px 24px rgba(5, 64, 90, 0.08);
}
header.site-header .navbar {
  padding: 0;
  flex-wrap: nowrap;
}
header.site-header .navbar-brand {
  margin: 0;
  padding: 0;
}
header.site-header .navbar-brand img {
  display: block;
  height: auto;
  max-width: 340px;
  width: auto;
}
header.site-header .nav-link {
  color: #3E3F66;
  font-weight: 600;
  padding: 0.5rem 0.85rem;
}
header.site-header .nav-link:hover, header.site-header .nav-link.active {
  color: #F2A202;
}
header.site-header .site-nav-toggler {
  border: 0;
  box-shadow: none;
  padding: 0.35rem;
}
header.site-header .site-nav-toggler:focus {
  box-shadow: none;
}
header.site-header .site-nav-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2305405A' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
header.site-header .site-desktop-nav {
  min-width: 0;
}
header.site-header .site-desktop-nav .navbar-nav {
  flex-wrap: nowrap;
  min-width: 0;
}
header.site-header .site-desktop-nav .navbar-nav .nav-link {
  padding: 0.5rem 0.7rem;
  white-space: nowrap;
}
header.site-header .site-header-actions {
  flex-shrink: 0;
  margin-left: 1.5rem;
}
header.site-header .site-header-actions .btn {
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.35;
  min-height: 40px;
  padding: 0.45rem 1.2rem;
  white-space: nowrap;
}

.site-offcanvas {
  --bs-offcanvas-width: min(320px, 88vw);
  background: #fff;
  border: 0;
  width: min(320px, 88vw);
  z-index: 1055;
}
.site-offcanvas .offcanvas-header {
  border-bottom: 1px solid rgba(5, 64, 90, 0.08);
  padding: 1rem 1.25rem;
}
.site-offcanvas .offcanvas-title {
  color: #05405A;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
}
.site-offcanvas .offcanvas-body {
  padding: 1rem 1.25rem 1.5rem;
}
.site-offcanvas .navbar-nav .nav-link {
  border-radius: 0.75rem;
  color: #3E3F66;
  font-weight: 600;
  padding: 0.85rem 1rem;
}
.site-offcanvas .navbar-nav .nav-link:hover, .site-offcanvas .navbar-nav .nav-link.active {
  background: rgba(189, 151, 66, 0.1);
  color: #F2A202;
}
.site-offcanvas .site-header-actions .btn {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.4;
  min-height: 42px;
  padding: 0.5rem 1.5rem;
  width: 100%;
}

.offcanvas-backdrop {
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  background-color: rgba(5, 64, 90, 0.45);
}
.offcanvas-backdrop.show {
  opacity: 1;
}

.site-header-mobile .btn {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  min-height: 36px;
  padding: 0.4rem 1rem;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  header.site-header .navbar-brand {
    padding-right: 2rem;
  }
  .site-offcanvas {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  header.site-header .navbar-brand {
    padding-right: 1rem;
  }
  header.site-header .navbar-brand img {
    max-width: 250px;
  }
  header.site-header .site-desktop-nav .navbar-nav .nav-link {
    padding: 0.5rem 0.45rem;
  }
  header.site-header .site-header-actions {
    gap: 0.35rem !important;
    margin-left: 0.85rem;
  }
  header.site-header .site-header-actions .btn {
    font-size: 0.86rem;
    padding: 0.45rem 0.95rem;
  }
}
footer {
  padding-top: 4rem;
  padding-bottom: 2rem;
  margin-top: 5rem;
  background: #02223E;
  color: #C9D4E0;
}
footer .footer-logo {
  max-width: 280px;
  width: auto;
  height: auto;
  margin-bottom: 1rem;
}
footer .footer-brand p {
  color: #C9D4E0;
  margin-bottom: 1.5rem;
  max-width: 320px;
}
footer .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
}
footer .footer-contact a, footer .footer-contact a:link, footer .footer-contact a:active, footer .footer-contact a:visited {
  color: #C9D4E0;
  text-decoration: none;
}
footer .footer-contact a:hover {
  color: #F2A202;
  text-decoration: none;
}
footer .footer-contact a i {
  color: #C9D4E0;
  margin-right: 0.5rem;
}
footer .footer-social {
  display: flex;
  gap: 0.75rem;
}
footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #C9D4E0;
  transition: 0.3s all;
}
footer .footer-social a:hover {
  background: #F2A202;
  color: #fff;
}
footer b {
  color: #C9D4E0;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 1.2rem;
}
footer ul {
  padding: 0;
  list-style: none;
}
footer ul li {
  padding: 0;
  margin-bottom: 0.75rem;
}
footer ul li a, footer ul li a:link, footer ul li a:active, footer ul li a:visited {
  color: #C9D4E0;
  text-decoration: none;
}
footer ul li a:hover {
  color: #F2A202;
  text-decoration: none;
}
footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1.5rem;
  font-size: 0.9rem;
  color: #C9D4E0;
  text-align: center;
}

section .section-background {
  border-radius: 30px;
  background: #fff;
  padding: 2rem 1.5rem;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 10px 25px -30px #000;
  box-sizing: border-box;
}
section .section-background > .container {
  padding-left: 0;
  padding-right: 0;
}
section .full-section-background {
  width: 100%;
  background: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  box-shadow: 0 10px 25px -30px #000;
}
section .section-background-pink {
  background: #1E88E5;
  color: #fff;
}
section .section-background-gold {
  background: #F2A202;
  color: #fff;
}
section .section-bacground-primary {
  background: #02223E;
  color: #fff;
}
section.hero {
  margin-bottom: 8rem;
  margin-top: 6rem;
}
section.hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
section.hero .hero-eyebrow {
  color: #F2A202;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
section.hero .hero-text {
  color: #3E3F66;
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 540px;
}
section.hero .hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}
section.hero .hero-buttons .btn {
  font-weight: 600;
  padding: 1rem 1.5rem;
  transition: 0.35s all;
}
section.hero .hero-buttons .btn:hover {
  box-shadow: 0 12px 24px rgba(5, 64, 90, 0.15);
}
section.hero .hero-info {
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 4rem;
}
section.hero .hero-info .hero-info-box {
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(5, 64, 90, 0.08);
  display: flex;
  gap: 1rem;
  height: 100%;
  padding: 1.15rem 1.25rem;
}
section.hero .hero-info .hero-info-box i.fas {
  color: #1E88E5;
  flex-shrink: 0;
  font-size: 1.75rem;
}
section.object-type-selection {
  margin-top: 5rem;
  margin-bottom: 10rem;
}
section.object-type-selection .section-title {
  margin-bottom: 3rem;
}
section.object-type-selection .object-type-box {
  align-items: center;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(5, 64, 90, 0.08);
  color: #3E3F66;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
  padding: 2.5rem 1.75rem 2rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
  width: 100%;
}
section.object-type-selection .object-type-box, section.object-type-selection .object-type-box:link, section.object-type-selection .object-type-box:visited, section.object-type-selection .object-type-box:active {
  color: #3E3F66;
  text-decoration: none;
}
section.object-type-selection .object-type-box::before {
  background: #F2A202;
  border-radius: 2px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 48px;
}
section.object-type-selection .object-type-box:hover {
  box-shadow: 0 22px 50px rgba(5, 64, 90, 0.12);
  color: #3E3F66;
  text-decoration: none;
  transform: translateY(-8px);
}
section.object-type-selection .object-type-box:focus, section.object-type-selection .object-type-box:focus-visible {
  outline: none;
}
section.object-type-selection .object-type-box .icon img {
  width: 100%;
  max-width: 200px;
  display: block;
  margin: auto;
}
section.object-type-selection .object-type-box .icon.icon-symbol {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 88px;
  justify-content: center;
}
section.object-type-selection .object-type-box .icon.icon-symbol i {
  color: #02223E;
  font-size: 3.5rem;
  line-height: 1;
}
section.object-type-selection .object-type-box .title {
  color: #05405A;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  text-align: center;
}
section.object-type-selection .object-type-box .description {
  flex-grow: 1;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}
section.object-type-selection .object-type-box .cta {
  color: #F2A202;
  font-size: 0.95rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
section.why {
  margin-top: 5rem;
  margin-bottom: 10rem;
  text-align: center;
}
section.why .section-title {
  text-align: center;
}
section.why .section-intro {
  color: #02223E;
  margin: 0 auto 2.5rem;
  max-width: 640px;
}
section.why .why-cards {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
section.why .why-card {
  background: #fff;
  border: 1px solid rgba(5, 64, 90, 0.1);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(5, 64, 90, 0.08);
  padding: 2rem 1.5rem;
  text-align: center;
}
section.why .why-card h3 {
  color: #05405A;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
section.why .why-card p {
  color: #02223E;
  font-size: 0.95rem;
  margin: 0;
}
section.why .why-card-icon {
  align-items: center;
  background: rgba(189, 151, 66, 0.14);
  border-radius: 50%;
  color: #F2A202;
  display: flex;
  font-size: 1.4rem;
  height: 64px;
  justify-content: center;
  margin: 0 auto 1.25rem;
  width: 64px;
}
section.how-it-works {
  margin-top: 5rem;
  margin-bottom: 10rem;
}
section.how-it-works .section-title {
  margin-bottom: 2rem;
}
section.how-it-works .number {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 50%;
  background-color: #1E88E5;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}
section.how-it-works .title {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  margin-bottom: 0.7rem;
}
section.how-it-works .dots {
  font-size: 3rem;
  color: #1E88E5;
  display: block;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
section.how-it-works .more-info {
  align-items: center;
  background: #02223E;
  color: #fff;
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1.5rem 2rem;
  max-width: 80%;
  margin-bottom: -50px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  text-align: left;
}
section.how-it-works .more-info .more-info-icon {
  align-items: center;
  align-self: center;
  display: flex;
  font-size: 1.35rem;
  justify-content: center;
}
section.how-it-works .more-info .more-info-copy {
  line-height: 1.55;
}
section.how-it-works .more-info .more-info-copy b {
  color: #F2A202;
}
section.how-it-works .more-info-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.85rem;
}
section.how-it-works .more-info-actions .badge {
  align-items: center;
  background: #fff !important;
  border: 1px solid #d8e1ee;
  border-radius: 50rem;
  color: #05405A !important;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 600;
  gap: 0.4rem;
  padding: 0.65rem 1rem;
}
section.pricelist {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
section.pricelist .text-from {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #02223E;
}
section.pricelist .text-price {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 5rem;
  color: #05405A;
}
section.pricelist .text-price div {
  font-size: 7rem;
  color: #1E88E5;
  padding-top: 1rem;
}
section.pricelist .text-description {
  font-size: 1rem;
  color: #02223E;
}
section.promotion-offer {
  margin-top: 5rem;
  margin-bottom: 10rem;
}
section.promotion-offer .top {
  line-height: 130%;
}
section.promotion-offer .title {
  font-size: 3rem;
  line-height: 150%;
  font-weight: 800;
}
section.lead-magnet {
  margin-bottom: 5rem;
  margin-top: -5rem;
}
section.lead-magnet .full-section-background {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
section.lead-magnet h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 1rem;
}
section.lead-magnet p {
  font-size: 1.05rem;
  max-width: 690px;
}
section.videos {
  margin-top: 4rem;
  margin-bottom: 5rem;
}
section.videos .card {
  background: #fff;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(5, 64, 90, 0.08);
  height: 100%;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
section.videos .card:hover {
  box-shadow: 0 12px 36px rgba(5, 64, 90, 0.14);
  transform: translateY(-4px);
}
section.videos .card .card-body {
  padding: 1.25rem 1.35rem 1.5rem;
}
section.videos .card .card-title {
  color: #02223E;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
section.videos .card .card-text {
  color: #3E3F66;
  font-size: 0.9rem;
  margin-bottom: 0;
}
section.knowledge {
  margin-bottom: 5rem;
  margin-top: 5rem;
}
section.knowledge .knowledge-card {
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
section.knowledge .knowledge-card:hover {
  box-shadow: none;
  transform: none;
}
section.knowledge .knowledge-card .knowledge-image {
  border-radius: 12px;
  margin-bottom: 1rem;
}
section.knowledge .knowledge-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0;
}
section.knowledge .knowledge-body h3 {
  min-height: 3rem;
}
section.knowledge .read-more {
  margin-top: auto;
}
section.faq {
  margin-top: 5rem;
  margin-bottom: 10rem;
}
section.demo {
  margin-top: 5rem;
  margin-bottom: 10rem;
}
section.demo h2 {
  text-align: center;
  color: #fff;
}
section.demo small {
  color: #fff;
}
section.price-list {
  margin-top: 3rem;
  margin-bottom: 5rem;
}
section.price-list .price-list-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(5, 64, 90, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.75rem 1.75rem 2rem;
  position: relative;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
section.price-list .price-list-box:hover {
  box-shadow: 0 12px 36px rgba(5, 64, 90, 0.14);
  transform: translateY(-4px);
}
section.price-list .price-list-box .plan-badge {
  background: #F2A202;
  border-radius: 50rem;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.04em;
  padding: 0.35rem 0.9rem;
  position: absolute;
  text-transform: uppercase;
  top: -12px;
  transform: translateX(-50%);
  white-space: nowrap;
}
section.price-list .price-list-box .from {
  color: #02223E;
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}
section.price-list .price-list-box .price {
  color: #02223E;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0.75rem 0 1.75rem;
}
section.price-list .price-list-box .price small {
  color: #3E3F66;
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  margin-top: 0.5rem;
}
section.price-list .price-list-box ul {
  flex-grow: 1;
  list-style: none;
  margin: 0 0 1.5rem;
  padding-left: 0;
  text-align: left;
}
section.price-list .price-list-box ul li {
  color: #3E3F66;
  font-size: 0.95rem;
  margin-bottom: 0.85rem;
  padding-left: 1.75rem;
  position: relative;
}
section.price-list .price-list-box ul li::before {
  color: #F2A202;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0.1rem;
}
section.price-list .price-list-box .plan-cta {
  margin-top: auto;
}
section.price-list .price-list-box.promo {
  background: #02223E;
  box-shadow: 0 8px 32px rgba(5, 64, 90, 0.28);
}
section.price-list .price-list-box.promo .from,
section.price-list .price-list-box.promo .price {
  color: #fff;
}
section.price-list .price-list-box.promo .price small,
section.price-list .price-list-box.promo ul li {
  color: rgba(255, 255, 255, 0.9);
}
section.price-list .price-list-box.promo ul li::before {
  color: #F2A202;
}
section.price-list .price-list-box.promo .plan-cta .btn-gold {
  background: #fff;
  color: #02223E;
}
section.price-list .price-list-box.promo .plan-cta .btn-gold:hover {
  background: #F2A202;
  color: #fff;
}
section.price-list .price-quote-card {
  background: #fff;
  border: 1px solid rgba(5, 64, 90, 0.08);
  border-radius: 16px;
  box-shadow: 0 10px 32px rgba(5, 64, 90, 0.09);
  margin-top: 1.75rem;
  padding: 2rem 2.5rem;
  scroll-margin-top: 120px;
}
section.price-list .price-quote-layout {
  align-items: center;
  display: grid;
  gap: 2.75rem;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 2fr);
}
section.price-list .price-quote-intro h2 {
  color: #02223E;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-bottom: 1.25rem;
}
section.price-list .price-quote-intro p {
  color: #3E3F66;
  margin-bottom: 0.35rem;
}
section.price-list .price-quote-form .validation-summary-valid {
  display: none;
}
section.price-list .price-quote-form .validation-summary-errors {
  margin-bottom: 1rem;
}
section.price-list .price-quote-form .validation-summary-errors ul {
  margin-bottom: 0;
}
section.price-list .price-quote-fields {
  display: grid;
  gap: 1rem 1.5rem;
  grid-template-columns: minmax(0, 4fr) minmax(0, 4fr) minmax(0, 3fr);
}
section.price-list .price-quote-field {
  min-width: 0;
}
section.price-list .price-quote-field .form-label {
  color: #02223E;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}
section.price-list .price-quote-field .form-control,
section.price-list .price-quote-field .form-select {
  border-color: rgba(5, 64, 90, 0.2);
  border-radius: 6px;
  min-height: 46px;
}
section.price-list .price-quote-field .form-control:focus,
section.price-list .price-quote-field .form-select:focus {
  border-color: #F2A202;
  box-shadow: 0 0 0 0.2rem rgba(189, 151, 66, 0.2);
}
section.price-list .price-quote-field .text-danger {
  display: block;
  font-size: 0.78rem;
  line-height: 1.3;
  margin-top: 0.3rem;
}
section.price-list .price-quote-submit {
  font-size: 1.05rem;
  font-weight: 700;
  margin-top: 1.25rem;
  min-height: 56px;
  width: 100%;
}
section.price-list .price-quote-consent {
  color: #3E3F66;
  display: block;
  line-height: 1.4;
  margin-top: 0.65rem;
  text-align: center;
}
@media (max-width: 1199.98px) {
  section.price-list .price-quote-layout {
    align-items: start;
    grid-template-columns: 1fr;
  }
  section.price-list .price-quote-intro p {
    display: inline;
  }
  section.price-list .price-quote-intro p + p::before {
    content: " ";
  }
}
@media (max-width: 991.98px) {
  section.price-list .price-quote-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  section.price-list .price-quote-card {
    padding: 1.5rem 1.15rem;
  }
  section.price-list .price-quote-fields {
    grid-template-columns: 1fr;
  }
}
section.price-addons {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
section.price-addons .full-section-background {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
section.price-addons .box {
  background: #fff;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(5, 64, 90, 0.08);
  height: 100%;
  padding: 2rem 1.5rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
section.price-addons .box:hover {
  box-shadow: 0 12px 36px rgba(5, 64, 90, 0.14);
  transform: translateY(-4px);
}
section.price-addons .box .title {
  color: #02223E;
  font-size: 1.2rem;
  font-weight: 700;
}
section.price-addons .box .subtitle {
  color: #F2A202;
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 0.35rem;
}
section.price-addons .box .description {
  color: #3E3F66;
  margin-top: 1rem;
}
section.price-support {
  margin-top: 3rem;
  margin-bottom: 5rem;
}
section.price-support .box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(5, 64, 90, 0.08);
  height: 100%;
  padding: 2rem 1.5rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
section.price-support .box:hover {
  box-shadow: 0 12px 36px rgba(5, 64, 90, 0.14);
  transform: translateY(-4px);
}
section.price-support .box .title {
  color: #02223E;
  font-size: 1.2rem;
  font-weight: 700;
}
section.price-support .box .subtitle {
  color: #F2A202;
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 0.35rem;
}
section.price-support .box .description {
  color: #3E3F66;
  margin-top: 1rem;
}
section.promotion-partner-relations {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
section.promotion-partner-relations .full-section-background {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
section.promotion-partner-relations .box {
  border: 1px solid #02223E;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 10px 25px -30px #000;
  height: 100%;
}
section.promotion-partner-relations .box .title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #02223E;
}
section.promotion-partner-relations .box .subtitle {
  font-size: 1.1rem;
  font-weight: 700;
  color: #F2A202;
}
section.promotion-partner-relations .box .description {
  margin-top: 1rem;
}
section.make-order {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
section.make-order .promotion-benefit-icon {
  color: #1E88E5;
}
section.make-order .text-from {
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #02223E;
}
section.make-order .text-price {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 5rem;
  color: #05405A;
}
section.make-order .text-price span {
  font-size: 5rem;
  color: #1E88E5;
}
section.make-order .text-description {
  font-size: 1rem;
  color: #02223E;
}
section.download {
  margin-top: 4rem;
  margin-bottom: 5rem;
}
section.download .dl-card {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(5, 64, 90, 0.08);
  display: flex;
  gap: 1.5rem;
  height: 100%;
  padding: 2rem 1.75rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
section.download .dl-card:hover {
  box-shadow: 0 12px 36px rgba(5, 64, 90, 0.14);
  transform: translateY(-4px);
}
section.download .dl-card .dl-icon {
  align-items: center;
  background: linear-gradient(135deg, rgba(5, 64, 90, 0.08), rgba(189, 151, 66, 0.18));
  border-radius: 16px;
  color: #02223E;
  display: flex;
  font-size: 2.25rem;
  flex-shrink: 0;
  height: 64px;
  justify-content: center;
  width: 64px;
}
section.download .dl-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.25rem;
}
section.download .dl-card .dl-req {
  color: #02223E;
  font-size: 0.85rem;
  margin-bottom: 1rem;
}
section.download .dl-card .btn-guide {
  font-size: 1.05rem;
  font-weight: 600;
  padding: 0.9rem 1.75rem;
  min-width: 280px;
  width: auto;
  max-width: 100%;
}
section.download .dl-card .btn-guide i {
  font-size: 1.25rem;
}
section.download .sysreq {
  background: #fff;
  border: 1px solid rgba(5, 64, 90, 0.12);
  border-radius: 16px;
  box-shadow: 0 10px 25px -30px #000;
  margin-top: 2rem;
  padding: 1.75rem;
}
section.download .sysreq h3 {
  margin-bottom: 1rem;
}
section.download .sysreq table {
  margin-bottom: 0;
  width: 100%;
}
section.download .sysreq table td {
  border-bottom: 1px solid rgba(5, 64, 90, 0.1);
  padding: 0.65rem 0.5rem;
}
section.download .sysreq table td:first-child {
  color: #02223E;
  font-weight: 600;
  width: 200px;
}
section.demo-page {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
section.demo-page .demo-list {
  list-style: none;
  padding-left: 0;
}
section.demo-page .demo-list li {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
section.demo-page .demo-list li .demo-ic {
  align-items: center;
  background: rgba(5, 64, 90, 0.08);
  border-radius: 12px;
  color: #02223E;
  display: flex;
  flex-shrink: 0;
  font-size: 1.25rem;
  height: 44px;
  justify-content: center;
  width: 44px;
}
section.demo-page .demo-list li b {
  display: block;
  margin-bottom: 0.15rem;
}
section.demo-page .demo-list li span {
  color: #02223E;
  font-size: 0.9rem;
}
section.demo-page .form-card {
  background: #fff;
  border: 1px solid rgba(5, 64, 90, 0.12);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(5, 64, 90, 0.1);
  padding: 2rem;
}
section.demo-page .demo-submit-loader {
  align-items: center;
  backdrop-filter: blur(4px);
  background: rgba(5, 64, 90, 0.82);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 1.5rem;
  position: fixed;
  z-index: 2000;
}
section.demo-page .demo-submit-loader[hidden] {
  display: none;
}
section.demo-page .demo-submit-loader-content {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 420px;
  text-align: center;
}
section.demo-page .demo-submit-loader-content .spinner-border {
  color: #F2A202;
  height: 3rem;
  width: 3rem;
}
section.demo-page .demo-submit-loader-content strong {
  color: #fff;
  font-size: 1.2rem;
}
section.demo-page .demo-submit-loader-content span {
  color: rgba(255, 255, 255, 0.85);
}
section.account-page {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
section.account-page .account-card {
  background: #fff;
  border: 1px solid rgba(5, 64, 90, 0.12);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(5, 64, 90, 0.1);
  max-width: 760px;
  padding: 2rem;
}
@media (min-width: 768px) {
  section.account-page .account-card {
    padding: 2.5rem 3rem;
  }
}
section.account-page .account-card-narrow {
  max-width: 560px;
}
section.account-page .account-form .form-control {
  min-height: 48px;
}
section.account-page .account-form .validation-summary-valid {
  display: none;
}
section.account-page .account-form .form-check-input:checked {
  background-color: #F2A202;
  border-color: #F2A202;
}
section.account-page .account-links {
  border-top: 1px solid rgba(5, 64, 90, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  text-align: center;
}
section.account-page .account-links a {
  color: #02223E;
  font-size: 0.9rem;
  text-decoration: none;
}
section.account-page .account-links a:hover {
  color: #F2A202;
}
section.account-page .account-agreements {
  background: rgba(5, 64, 90, 0.04);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
}
section.account-page .account-agreements a {
  color: #F2A202;
  font-weight: 600;
  text-decoration: underline;
}
section.account-page .account-icon {
  align-items: center;
  background: rgba(189, 151, 66, 0.16);
  border-radius: 50%;
  color: #F2A202;
  display: inline-flex;
  font-size: 2rem;
  height: 4.25rem;
  justify-content: center;
  margin-bottom: 1.25rem;
  width: 4.25rem;
}
section.account-page .account-icon.account-icon-danger {
  background: rgba(207, 42, 119, 0.12);
  color: #1E88E5;
}
section.register-page {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
section.register-page .register-card {
  background: #fff;
  border: 1px solid rgba(5, 64, 90, 0.12);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(5, 64, 90, 0.1);
  max-width: 960px;
  padding: 2rem 2.25rem;
}
@media (min-width: 768px) {
  section.register-page .register-card {
    padding: 2.5rem 3rem;
  }
}
section.register-page .register-group-title {
  border-bottom: 1px solid rgba(5, 64, 90, 0.1);
  font-size: 1.15rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
}
section.register-page .form-control {
  min-height: 48px;
}
section.register-page .validation-summary-valid {
  display: none;
}
section.register-page #RegistrationFormSummary {
  margin-bottom: 1.5rem;
}
section.register-page .register-agreements {
  background: rgba(5, 64, 90, 0.04);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
}
section.register-page .register-agreements a {
  color: #F2A202;
  font-weight: 600;
  text-decoration: underline;
}
section.register-page .register-agreements .form-check-input:checked {
  background-color: #F2A202;
  border-color: #F2A202;
}
section.register-page .dx-form,
section.register-page .dx-form .dx-widget {
  font-family: "Loew", sans-serif;
  font-size: 1rem;
}
section.register-page .dx-form .dx-field-item-label-text {
  color: #3E3F66;
  font-family: "Loew", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
section.register-page .dx-form .dx-texteditor {
  border-color: rgba(5, 64, 90, 0.16);
  border-radius: 8px;
}
section.register-page .dx-form .dx-texteditor.dx-state-focused {
  border-color: #F2A202;
}
section.register-page .dx-form .dx-texteditor-input {
  color: var(--bs-body-color);
  min-height: 48px;
}
section.register-page .dx-form .dx-placeholder {
  color: var(--bs-secondary-color);
}
section.register-page .dx-form .dx-form-group-caption,
section.register-page .dx-form .dx-group-caption {
  color: #05405A;
  font-family: "Loew", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
}
section.register-page .dx-form .dx-form-group-with-caption > .dx-form-group-content {
  border-top-color: rgba(5, 64, 90, 0.1);
  margin-top: 0.75rem;
  padding-top: 1.25rem;
}
section.register-page .dx-form .dx-layout-manager .dx-field-item:not(.dx-first-row) {
  padding-top: 1rem;
}
section.register-page .dx-form .dx-checkbox-text {
  color: #3E3F66;
  font-family: "Loew", sans-serif;
}
section.register-page .dx-form .dx-checkbox-text a {
  color: #F2A202;
  font-weight: 600;
  margin-left: 0.25rem;
  text-decoration: underline;
}
section.register-page .dx-button {
  border-radius: 50rem !important;
  font-family: "Loew", sans-serif;
  font-weight: 600;
  min-height: 48px;
}
section.register-page .dx-button .dx-button-content {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 48px;
  padding-left: 2rem;
  padding-right: 2rem;
}
section.register-page .dx-button-mode-contained.dx-button-default {
  background-color: #F2A202 !important;
  border-color: #F2A202 !important;
}
section.register-page .dx-button-mode-contained.dx-button-default .dx-button-content,
section.register-page .dx-button-mode-contained.dx-button-default .dx-button-text {
  color: #fff !important;
}
section.register-page .dx-button-mode-contained.dx-button-default.dx-state-hover, section.register-page .dx-button-mode-contained.dx-button-default.dx-state-focused {
  background-color: #a98235 !important;
  border-color: #a98235 !important;
}
section.register-page .dx-button-mode-contained.dx-button-normal {
  background: #fff !important;
  border: 2px solid #F2A202 !important;
}
section.register-page .dx-button-mode-contained.dx-button-normal .dx-button-content,
section.register-page .dx-button-mode-contained.dx-button-normal .dx-button-text {
  color: #02223E !important;
}
section.register-page .dx-button-mode-contained.dx-button-normal.dx-state-hover, section.register-page .dx-button-mode-contained.dx-button-normal.dx-state-focused {
  background: rgba(189, 151, 66, 0.08) !important;
  border-color: #F2A202 !important;
}
section.login-page {
  margin-bottom: 5rem;
  margin-top: 5rem;
}
section.login-page .login-card {
  background: #fff;
  border: 1px solid rgba(5, 64, 90, 0.12);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(5, 64, 90, 0.1);
  max-width: 560px;
  padding: 2rem;
}
@media (min-width: 768px) {
  section.login-page .login-card {
    padding: 2.5rem 3rem;
  }
}
section.login-page .form-control {
  min-height: 48px;
}
section.login-page .validation-summary-valid {
  display: none;
}
section.login-page .login-links {
  border-top: 1px solid rgba(5, 64, 90, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  text-align: center;
}
section.login-page .login-links a {
  color: #02223E;
  font-size: 0.9rem;
  text-decoration: none;
}
section.login-page .login-links a:hover {
  color: #F2A202;
}
section.article-page {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
section.article-page .article {
  max-width: 760px;
  margin: 0 auto;
}
section.article-page .article .article-cat {
  color: #1E88E5;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
section.article-page .article h1 {
  font-size: 2.5rem;
  line-height: 1.15;
  margin-bottom: 1.25rem;
}
section.article-page .article .article-meta {
  border-bottom: 1px solid rgba(5, 64, 90, 0.1);
  color: #02223E;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.9rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
}
section.article-page .article .article-lead {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
section.article-page .article h2 {
  font-size: 1.6rem;
  margin: 2rem 0 0.75rem;
}
section.article-page .article p {
  color: #36435a;
  margin-bottom: 1.25rem;
}
section.article-page .article ul {
  list-style: none;
  margin-bottom: 1.5rem;
  padding-left: 0;
}
section.article-page .article ul li {
  padding: 0.5rem 0 0.5rem 1.75rem;
  position: relative;
}
section.article-page .article ul li::before {
  content: "→";
  color: #F2A202;
  font-weight: 700;
  left: 0;
  position: absolute;
}
section.article-page .article blockquote {
  background: rgba(189, 151, 66, 0.1);
  border-left: 4px solid #F2A202;
  border-radius: 0 12px 12px 0;
  color: #02223E;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
}
section.article-page .article .article-cta {
  background: #02223E;
  border-radius: 16px;
  color: #fff;
  margin-top: 2.5rem;
  padding: 2rem;
  text-align: center;
}
section.article-page .article .article-cta h3 {
  color: #fff;
  margin-bottom: 0.5rem;
}
section.article-page .article .article-cta p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.25rem;
}
section.blog-list {
  margin-top: 4rem;
  margin-bottom: 5rem;
}
section.blog-list .featured-post {
  align-items: center;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 4rem;
}
section.blog-list .featured-post .featured-image {
  align-items: center;
  background: linear-gradient(135deg, rgba(5, 64, 90, 0.12), rgba(189, 151, 66, 0.28));
  border-radius: 16px;
  color: #02223E;
  display: flex;
  font-size: 4.5rem;
  height: 340px;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
section.blog-list .featured-post .featured-image img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
section.blog-list .featured-post .featured-image:hover {
  box-shadow: 0 16px 36px rgba(5, 64, 90, 0.16);
  transform: translateY(-4px);
}
section.blog-list .featured-post .featured-body h2 {
  font-size: 2rem;
  line-height: 1.3;
  margin: 0 0 0.75rem;
}
section.blog-list .featured-post .featured-body h2 a {
  color: #02223E;
  text-decoration: none;
}
section.blog-list .featured-post .featured-body h2 a:hover {
  color: #F2A202;
}
section.blog-list .featured-post .featured-body .article-date {
  color: #3E3F66;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  opacity: 0.75;
}
section.blog-list .featured-post .featured-body p {
  color: #3E3F66;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}
section.blog-list .featured-post .featured-body .read-more {
  color: #F2A202;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
}
section.blog-list .featured-post .featured-body .read-more:hover {
  color: #F2A202;
}
section.blog-list .knowledge-card {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: visible;
}
section.blog-list .knowledge-card:hover {
  box-shadow: none;
  transform: none;
}
section.blog-list .knowledge-card .knowledge-image {
  border-radius: 12px;
  height: 220px;
  margin-bottom: 1.25rem;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
section.blog-list .knowledge-card .knowledge-image:hover {
  box-shadow: 0 12px 28px rgba(5, 64, 90, 0.14);
  transform: translateY(-4px);
}
section.blog-list .knowledge-card .knowledge-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0;
}
section.blog-list .knowledge-card .knowledge-body h3 {
  font-size: 1.35rem;
  line-height: 1.35;
  margin: 0 0 0.65rem;
  min-height: auto;
}
section.blog-list .knowledge-card .knowledge-body h3 a {
  color: #02223E;
  font-weight: 700;
  text-decoration: none;
}
section.blog-list .knowledge-card .knowledge-body h3 a:hover {
  color: #F2A202;
}
section.blog-list .knowledge-card .knowledge-body .article-date {
  color: #3E3F66;
  font-size: 0.85rem;
  margin-bottom: 0.85rem;
  opacity: 0.7;
}
section.blog-list .knowledge-card .knowledge-body .card-excerpt {
  color: #3E3F66;
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
section.blog-list .knowledge-card .knowledge-body .read-more {
  color: #F2A202;
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: auto;
  text-decoration: none;
}
section.blog-list .knowledge-card .knowledge-body .read-more:hover {
  color: #F2A202;
}
section.partners {
  margin-bottom: 5rem;
  margin-top: 4rem;
}
section.partners .partners-intro {
  margin: 0 auto 2.5rem;
  max-width: 780px;
  text-align: center;
}
section.partners .partners-intro p {
  color: #3E3F66;
  font-size: 1.02rem;
  line-height: 1.7;
  margin-bottom: 0.75rem;
}
section.partners .partners-intro .partners-intro-cta {
  font-weight: 600;
  margin-bottom: 0;
}
section.partners .partners-intro .partners-intro-cta a {
  color: #F2A202;
  text-decoration: none;
}
section.partners .partners-intro .partners-intro-cta a:hover {
  color: #02223E;
  text-decoration: underline;
}
section.partners .partners-stats {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 2.5rem;
}
section.partners .partners-stats .partners-stat {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(5, 64, 90, 0.07);
  padding: 1.35rem 1.25rem;
  text-align: center;
}
section.partners .partners-stats .partners-stat .partners-stat-value {
  color: #02223E;
  display: block;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
}
section.partners .partners-stats .partners-stat .partners-stat-label {
  color: #3E3F66;
  display: block;
  font-size: 0.85rem;
  margin-top: 0.35rem;
  opacity: 0.8;
}
section.partners .partners-filters {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(5, 64, 90, 0.07);
  margin-bottom: 2rem;
  padding: 1.5rem;
}
section.partners .partners-filters .form-label {
  color: #02223E;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}
section.partners .partners-filters .form-control,
section.partners .partners-filters .form-select {
  border-radius: 50rem;
  min-height: 48px;
  padding-left: 1.1rem;
}
section.partners .partners-filters .form-control:focus,
section.partners .partners-filters .form-select:focus {
  border-color: #F2A202;
  box-shadow: 0 0 0 0.2rem rgba(189, 151, 66, 0.25);
}
section.partners .partners-filters .btn {
  min-height: 48px;
}
section.partners .partners-list-header {
  align-items: baseline;
  display: flex;
  gap: 0.4rem;
  margin-bottom: 1rem;
}
section.partners .partners-list-header .partners-counter {
  color: #F2A202;
  font-size: 1.5rem;
  font-weight: 800;
}
section.partners .partners-list-header .partners-counter-label {
  color: #3E3F66;
  font-size: 0.9rem;
  opacity: 0.8;
}
section.partners .partners-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-height: 640px;
  overflow-y: auto;
  padding-right: 0.5rem;
  scroll-behavior: smooth;
}
section.partners .partners-list::-webkit-scrollbar {
  width: 6px;
}
section.partners .partners-list::-webkit-scrollbar-track {
  background: transparent;
}
section.partners .partners-list::-webkit-scrollbar-thumb {
  background: rgba(189, 151, 66, 0.55);
  border-radius: 3px;
}
section.partners .partner-card {
  background: #fff;
  border: 2px solid transparent;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(5, 64, 90, 0.06);
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  gap: 1rem;
  padding: 1.15rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
section.partners .partner-card:hover, section.partners .partner-card:focus-visible {
  box-shadow: 0 14px 32px rgba(5, 64, 90, 0.13);
  outline: none;
  transform: translateY(-3px);
}
section.partners .partner-card.is-active {
  border-color: #F2A202;
  box-shadow: 0 14px 32px rgba(189, 151, 66, 0.3);
}
section.partners .partner-card .partner-card-logo {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(5, 64, 90, 0.1);
  border-radius: 12px;
  display: flex;
  flex: 0 0 96px;
  height: 72px;
  justify-content: center;
  overflow: hidden;
  padding: 0.4rem;
}
section.partners .partner-card .partner-card-logo img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
section.partners .partner-card .partner-card-body {
  flex: 1 1 auto;
  min-width: 0;
}
section.partners .partner-card .partner-card-title {
  color: #02223E;
  font-size: 1.05rem;
  line-height: 1.35;
  margin: 0 0 0.5rem;
}
section.partners .partner-card .partner-card-address {
  color: #3E3F66;
  font-size: 0.88rem;
  line-height: 1.55;
  margin-bottom: 0.6rem;
}
section.partners .partner-card .partner-card-address strong {
  color: #02223E;
}
section.partners .partner-card .partner-card-contact {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-bottom: 0.75rem;
}
section.partners .partner-card .partner-card-contact a, section.partners .partner-card .partner-card-contact a:link, section.partners .partner-card .partner-card-contact a:active, section.partners .partner-card .partner-card-contact a:visited {
  color: #3E3F66;
  font-size: 0.85rem;
  text-decoration: none;
  word-break: break-word;
}
section.partners .partner-card .partner-card-contact a i {
  color: #F2A202;
  margin-right: 0.35rem;
  width: 1rem;
}
section.partners .partner-card .partner-card-contact a:hover {
  color: #F2A202;
}
section.partners .partner-card .partner-card-locate {
  background: transparent;
  border: 0;
  color: #F2A202;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0;
}
section.partners .partner-card .partner-card-locate:hover {
  color: #02223E;
}
section.partners .partners-empty {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(5, 64, 90, 0.06);
  color: #3E3F66;
  margin-top: 1rem;
  padding: 1.75rem;
  text-align: center;
}
section.partners .partners-map-wrapper {
  position: sticky;
  top: 110px;
}
section.partners .partners-map {
  background: #f4f8fe;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(5, 64, 90, 0.1);
  height: 700px;
  width: 100%;
  z-index: 1;
}
section.partners .partners-map-fit {
  bottom: 1.15rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 500;
}
section.partners .partners-noscript {
  background: #fff;
  border-radius: 12px;
  color: #3E3F66;
  margin-top: 1rem;
  padding: 1rem;
  text-align: center;
}
section.partners .partner-marker {
  background: transparent;
  border: 0;
}
section.partners .partner-marker .partner-marker-pin {
  align-items: center;
  background: #02223E;
  border: 2px solid #fff;
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 6px 14px rgba(2, 34, 62, 0.35);
  color: #fff;
  display: flex;
  font-size: 0.95rem;
  height: 38px;
  justify-content: center;
  transform: rotate(-45deg);
  transition: background 0.2s ease;
  width: 38px;
}
section.partners .partner-marker .partner-marker-pin i {
  transform: rotate(45deg);
}
section.partners .partner-marker:hover .partner-marker-pin {
  background: #F2A202;
}
section.partners .leaflet-popup-content-wrapper {
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(2, 34, 62, 0.25);
  padding: 0;
}
section.partners .leaflet-popup-content {
  margin: 0;
}
section.partners .leaflet-container a.leaflet-popup-close-button {
  color: rgba(255, 255, 255, 0.85);
  height: 26px;
  padding: 0;
  right: 8px;
  top: 8px;
  width: 26px;
}
section.partners .leaflet-container a.leaflet-popup-close-button:hover {
  color: #fff;
}
section.partners .partner-popup .partner-popup-header {
  background: linear-gradient(135deg, #02223E 0%, #075c7f 100%);
  border-radius: 14px 14px 0 0;
  padding: 0.9rem 2.4rem 0.9rem 1.15rem;
}
section.partners .partner-popup .partner-popup-title {
  color: #fff;
  font-size: 1rem;
  line-height: 1.35;
  margin: 0;
}
section.partners .partner-popup .partner-popup-body {
  padding: 0.9rem 1.15rem 1rem;
}
section.partners .partner-popup .partner-popup-logo {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(5, 64, 90, 0.1);
  border-radius: 10px;
  display: flex;
  height: 62px;
  justify-content: center;
  margin-bottom: 0.65rem;
  overflow: hidden;
  padding: 0.35rem;
}
section.partners .partner-popup .partner-popup-logo img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
section.partners .partner-popup p {
  color: #3E3F66;
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0 0 0.45rem;
}
section.partners .partner-popup p i {
  color: #F2A202;
  margin-right: 0.35rem;
}
section.partners .partner-popup p strong {
  color: #02223E;
}
section.partners .partner-popup .partner-popup-link, section.partners .partner-popup .partner-popup-link:link, section.partners .partner-popup .partner-popup-link:active, section.partners .partner-popup .partner-popup-link:visited {
  color: #3E3F66;
  display: block;
  font-size: 0.85rem;
  margin-top: 0.3rem;
  text-decoration: none;
  word-break: break-word;
}
section.partners .partner-popup .partner-popup-link i {
  color: #F2A202;
  margin-right: 0.35rem;
  width: 1rem;
}
section.partners .partner-popup .partner-popup-link:hover {
  color: #F2A202;
}

.page-title {
  background: linear-gradient(135deg, #02223E 0%, #075c7f 55%, #0a6a91 100%);
  overflow: hidden;
  padding: 5rem 0 4rem;
  position: relative;
  text-align: center;
}
.page-title::before, .page-title::after {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  content: "";
  position: absolute;
}
.page-title::before {
  height: 220px;
  left: 8%;
  top: -60px;
  width: 220px;
}
.page-title::after {
  bottom: -80px;
  height: 280px;
  right: 5%;
  width: 280px;
}
.page-title .container {
  position: relative;
  z-index: 1;
}
.page-title .page-title-heading {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 0.75rem;
}
.page-title .page-title-sub {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.65;
  margin: 0 auto 1rem;
  max-width: 640px;
}
.page-title .page-breadcrumb {
  align-items: center;
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  gap: 0.45rem;
  justify-content: center;
}
.page-title .page-breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.page-title .page-breadcrumb a:hover {
  color: #F2A202;
}
.page-title .page-breadcrumb .page-breadcrumb-sep {
  opacity: 0.55;
}

.sp-scroll-up {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  left: auto;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 1;
  background: #F2A202;
  border-radius: 100%;
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transition: opacity 0.3s ease, visibility 0.3s ease, background 0.3s ease;
  transform: translateZ(0);
}
.sp-scroll-up, .sp-scroll-up:link, .sp-scroll-up:visited, .sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  background: #02223E;
}
.sp-scroll-up.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (max-width: 991.98px) {
  header.site-header .navbar {
    flex-direction: column;
    align-items: stretch;
  }
  header.site-header .navbar-brand {
    margin: 0 auto 0.85rem;
    padding: 0;
  }
  header.site-header .site-header-mobile {
    margin: 0 !important;
    width: 100%;
    justify-content: flex-end;
  }
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  section > .section-background {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1.75rem 1.15rem;
    border-radius: 22px;
  }
  section.object-type-selection {
    margin-bottom: 4rem;
    margin-top: 3rem;
  }
  section.object-type-selection .section-title {
    margin-bottom: 2rem;
  }
  section.object-type-selection .object-type-box {
    padding: 2rem 1.35rem 1.75rem;
  }
  section.object-type-selection .object-type-box:hover {
    transform: translateY(-4px);
  }
  section.hero .hero-buttons .btn {
    padding: 0.85rem 1.25rem;
  }
  section.why,
  section.how-it-works,
  section.object-type-selection {
    margin-bottom: 4rem;
    margin-top: 3rem;
  }
  section.partners .partners-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  section.partners .partners-map-wrapper {
    position: static;
  }
  section.partners .partners-map {
    height: 460px;
  }
  section.partners .partners-list {
    max-height: none;
    overflow-y: visible;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  html {
    scroll-padding-top: 80px;
  }
  header.site-header {
    padding: 0.85rem 0;
  }
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  section > .section-background {
    margin-left: 0.85rem;
    margin-right: 0.85rem;
    padding: 1.5rem 1rem;
    border-radius: 18px;
  }
  section > .section-background .section-title {
    font-size: 1.45rem;
    line-height: 1.3;
  }
  section.hero {
    margin-bottom: 3.5rem;
    margin-top: 2.5rem;
  }
  section.hero h1 {
    font-size: 1.75rem;
  }
  section.hero .hero-text {
    font-size: 1rem;
  }
  section.hero .hero-buttons {
    gap: 0.65rem;
  }
  section.hero .hero-buttons .btn {
    flex: 1 1 100%;
    text-align: center;
  }
  section.hero .hero-info {
    margin-top: 2rem;
  }
  section.hero .calendar-mockup {
    transform: none;
    max-width: 100%;
  }
  section.lead-magnet {
    margin-top: -3rem;
  }
  section.why,
  section.how-it-works,
  section.pricelist,
  section.knowledge,
  section.videos,
  section.cta-banner {
    margin-bottom: 3.5rem;
    margin-top: 3rem;
  }
  section.how-it-works .title {
    font-size: 1.2rem;
  }
  section.how-it-works .more-info {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    align-items: start;
    grid-template-columns: 1fr;
    padding: 1.15rem;
    border-radius: 14px;
  }
  section.how-it-works .more-info .more-info-icon {
    justify-content: flex-start;
  }
  section.how-it-works .more-info .badge {
    white-space: normal;
  }
  section.how-it-works .text-end,
  section.how-it-works .text-start {
    text-align: left !important;
  }
  section.how-it-works .number {
    height: 3.25rem;
    line-height: 3.25rem;
    width: 3.25rem;
  }
  .guide-cover {
    min-height: 380px;
  }
  .knowledge-body h3 {
    min-height: auto;
  }
  section.blog-list .featured-post {
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }
  section.blog-list .featured-post .featured-image {
    height: 220px;
  }
  section.blog-list .featured-post .featured-body h2 {
    font-size: 1.5rem;
  }
  section.partners {
    margin-bottom: 3.5rem;
    margin-top: 3rem;
  }
  section.partners .partners-stats {
    gap: 0.85rem;
    margin-bottom: 2rem;
  }
  section.partners .partners-stats .partners-stat {
    padding: 1rem 0.85rem;
  }
  section.partners .partners-stats .partners-stat .partners-stat-value {
    font-size: 1.5rem;
  }
  section.partners .partners-filters {
    padding: 1.15rem;
  }
  section.partners .partners-map {
    height: 380px;
  }
  section.partners .partners-intro {
    margin-bottom: 2rem;
  }
  section.partners .partners-intro p {
    font-size: 0.95rem;
  }
  section.partners .partner-card {
    flex-direction: column;
  }
  section.partners .partner-card .partner-card-logo {
    flex: 0 0 auto;
    height: 64px;
    width: 140px;
  }
  .page-title {
    padding: 2.25rem 0 1.75rem;
  }
  .page-title .page-title-heading {
    font-size: 1.75rem;
  }
  footer {
    margin-top: 3rem;
    padding-top: 3rem;
  }
  .sp-scroll-up {
    bottom: max(16px, env(safe-area-inset-bottom, 0px));
    right: max(16px, env(safe-area-inset-right, 0px));
    width: 38px;
    height: 38px;
  }
}
@keyframes headerSlideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s ease, transform 0.9s ease;
  will-change: opacity, transform;
}
.reveal.reveal-fade {
  transform: none;
}
.reveal.reveal-left {
  transform: translateX(-30px);
}
.reveal.reveal-right {
  transform: translateX(30px);
}
.reveal.reveal-down {
  transform: translateY(-30px);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.dx-screen-reader-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
