@font-face {
  font-family: Astra;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url("../css-resource/astra.woff") format("woff"),
    url("../css-resource/astra.ttf") format("truetype");
}

@font-face {
  font-family: eicons;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url("../font/eicons.woff2") format("woff2"),
    url("../font/eicons.woff") format("woff"),
    url("../font/eicons.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url("../font/fa-regular-400.woff2") format("woff2"),
    url("../font/fa-regular-400.woff") format("woff"),
    url("../font/fa-regular-400.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src:
    url("../font/fa-solid-900.woff2") format("woff2"),
    url("../font/fa-solid-900.woff") format("woff"),
    url("../font/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url("../font/fa-brands-400.woff2") format("woff2"),
    url("../font/fa-brands-400.woff") format("woff"),
    url("../font/fa-brands-400.ttf") format("truetype");
}

:root {
  --ucx-ink: #0d3444;
  --ucx-ink-strong: #082734;
  --ucx-accent: #1b6074;
  --ucx-accent-hover: #154d5d;
  --ucx-sand: #f3ece2;
  --ucx-surface: #f5f7f8;
}

.elementor-invisible {
  visibility: visible;
}

.elementor-widget.elementor-invisible {
  opacity: 1;
}

.elementor-hidden-desktop.elementor-hidden-tablet.elementor-hidden-phone {
  display: none !important;
}

body.ast-theme-transparent-header .main-header-bar,
body.ast-theme-transparent-header .main-header-bar-wrap .main-header-menu,
body.ast-theme-transparent-header .main-header-bar-wrap .main-header-bar,
body.ast-theme-transparent-header .ast-mobile-header-wrap .main-header-bar,
body.ast-theme-transparent-header .ast-above-header,
body.ast-theme-transparent-header .ast-above-header.ast-above-header-bar,
body.ast-theme-transparent-header .ast-below-header {
  background: linear-gradient(135deg, var(--ucx-ink-strong) 0%, var(--ucx-ink) 100%) !important;
}

body.ast-theme-transparent-header .main-header-bar .ast-search-menu-icon form {
  background: var(--ucx-ink-strong) !important;
}

body a,
body .page-title {
  color: var(--ucx-accent);
}

body a:hover,
body a:focus {
  color: var(--ucx-ink);
}

body .elementor-button-wrapper .elementor-button,
body .wp-block-button .wp-block-button__link,
body .menu-toggle,
body .ast-button,
body .ast-custom-button,
body .button,
body input#submit,
body input[type="button"],
body input[type="submit"],
body input[type="reset"] {
  background: var(--ucx-accent);
  border-color: var(--ucx-accent);
}

body .elementor-button-wrapper .elementor-button:hover,
body .elementor-button-wrapper .elementor-button:focus,
body .wp-block-button .wp-block-button__link:hover,
body .wp-block-button .wp-block-button__link:focus,
body .menu-toggle:hover,
body .menu-toggle:focus,
body .ast-button:hover,
body .ast-button:focus,
body .ast-custom-button:hover,
body .ast-custom-button:focus,
body .button:hover,
body .button:focus,
body input#submit:hover,
body input#submit:focus,
body input[type="button"]:hover,
body input[type="button"]:focus,
body input[type="submit"]:hover,
body input[type="submit"]:focus,
body input[type="reset"]:hover,
body input[type="reset"]:focus {
  background: var(--ucx-accent-hover);
  border-color: var(--ucx-accent-hover);
}

body input:focus,
body input[type="text"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="password"]:focus,
body input[type="reset"]:focus,
body input[type="search"]:focus,
body textarea:focus {
  border-color: var(--ucx-accent);
}

.ast-header-break-point .ast-mobile-menu-buttons-minimal.menu-toggle,
.ast-header-break-point .ast-mobile-menu-buttons-outline.menu-toggle,
.ast-header-break-point .ast-mobile-menu-buttons-fill.menu-toggle {
  color: var(--ucx-sand) !important;
  border-color: rgba(243, 236, 226, 0.45) !important;
  background: rgba(27, 96, 116, 0.95) !important;
}

footer .elementor-element.elementor-element-5ee95b14 {
  background: linear-gradient(135deg, var(--ucx-ink-strong) 0%, var(--ucx-accent) 100%) !important;
}

footer .elementor-element.elementor-element-5ee95b14 > .elementor-background-overlay {
  background: linear-gradient(135deg, rgba(8, 39, 52, 0.94) 0%, rgba(21, 77, 93, 0.9) 100%) !important;
  opacity: 1 !important;
}

footer .elementor-element.elementor-element-5ee95b14,
footer .elementor-element.elementor-element-5ee95b14 h1,
footer .elementor-element.elementor-element-5ee95b14 h2,
footer .elementor-element.elementor-element-5ee95b14 h3,
footer .elementor-element.elementor-element-5ee95b14 h4,
footer .elementor-element.elementor-element-5ee95b14 p,
footer .elementor-element.elementor-element-5ee95b14 span,
footer .elementor-element.elementor-element-5ee95b14 li,
footer .elementor-element.elementor-element-5ee95b14 a,
footer .elementor-element.elementor-element-5ee95b14 i {
  color: var(--ucx-sand) !important;
}

footer .elementor-element.elementor-element-5ee95b14 a:hover,
footer .elementor-element.elementor-element-5ee95b14 a:focus {
  color: #ffffff !important;
}

footer .elementor-element.elementor-element-4082b53e {
  border-top: 1px solid rgba(243, 236, 226, 0.18);
}

body.elementor-page-3049,
body.elementor-page-3100 {
  background: var(--ucx-surface);
}

body.ucx-legal-page {
  overflow-x: hidden;
}

body.ucx-legal-page .main-header-bar-wrap,
body.ucx-legal-page .main-header-bar {
  background: linear-gradient(135deg, var(--ucx-ink-strong) 0%, var(--ucx-ink) 100%);
}

body.ucx-legal-page .site-description,
body.ucx-legal-page .main-header-menu .menu-link,
body.ucx-legal-page .main-header-menu .menu-item > .ast-menu-toggle,
body.ucx-legal-page .ast-header-custom-item a {
  color: var(--ucx-sand) !important;
}

body.ucx-legal-page .main-header-menu .menu-item:hover > .menu-link,
body.ucx-legal-page .main-header-menu .menu-item.focus > .menu-link,
body.ucx-legal-page .main-header-menu .current-menu-item > .menu-link,
body.ucx-legal-page .main-header-menu .current-menu-ancestor > .menu-link {
  color: #ffffff !important;
}

body.elementor-page-3049 .site-content,
body.elementor-page-3100 .site-content {
  background: var(--ucx-surface);
}

body.elementor-page-3049 .entry-content,
body.elementor-page-3100 .entry-content {
  padding-top: 0;
}

body.elementor-page-3049 .main-header-container,
body.elementor-page-3100 .main-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: nowrap;
}

body.elementor-page-3049 .ast-mobile-menu-buttons,
body.elementor-page-3100 .ast-mobile-menu-buttons {
  display: none !important;
}

body.elementor-page-3049 .site-branding,
body.elementor-page-3100 .site-branding {
  flex: 0 0 auto;
  max-width: 190px;
}

body.elementor-page-3049 .site-logo-img img,
body.elementor-page-3100 .site-logo-img img {
  width: 132px !important;
  max-width: 132px !important;
  height: auto !important;
}

body.elementor-page-3049 .site-description,
body.elementor-page-3100 .site-description {
  margin-top: 6px;
  font-size: 0.74rem;
  line-height: 1.35;
}

body.elementor-page-3049 .ast-main-header-bar-alignment,
body.elementor-page-3100 .ast-main-header-bar-alignment {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  margin-left: auto;
  justify-content: flex-end;
}

body.elementor-page-3049 .main-header-bar-navigation,
body.elementor-page-3100 .main-header-bar-navigation {
  display: block !important;
  width: auto;
  max-width: 100%;
}

body.elementor-page-3049 #primary-menu,
body.elementor-page-3100 #primary-menu {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  width: auto !important;
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.elementor-page-3049 #primary-menu > li,
body.elementor-page-3100 #primary-menu > li {
  list-style: none;
  margin-left: 26px !important;
  white-space: nowrap;
}

body.elementor-page-3049 #primary-menu > li:first-child,
body.elementor-page-3100 #primary-menu > li:first-child {
  margin-left: 0 !important;
}

.ucx-legal-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(8, 39, 52, 0.9) 0%, rgba(13, 52, 68, 0.82) 50%, rgba(27, 96, 116, 0.72) 100%),
    url("../img/photo-1572274408891-758281498b72.jpg") center/cover no-repeat;
}

.ucx-legal-hero__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 112px 24px 96px;
}

.ucx-legal-hero__eyebrow {
  margin: 0 0 14px;
  color: rgba(243, 236, 226, 0.82);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ucx-legal-hero__title {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 4.25rem);
  line-height: 1.08;
}

.ucx-legal-hero__copy {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(243, 236, 226, 0.92);
  font-size: 1.08rem;
  line-height: 1.8;
}

.ucx-legal-shell {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  max-width: 1240px;
  margin: -54px auto 72px;
  padding: 0 24px;
}

.ucx-legal-card {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.ucx-legal-card .elementor-container,
.ucx-legal-card .elementor-row,
.ucx-legal-card .elementor-column {
  width: 100%;
  max-width: 100%;
}

.ucx-legal-card .elementor-container {
  max-width: 100%;
}

body.elementor-page-3049 .elementor-element-139455d > .elementor-container,
body.elementor-page-3100 .elementor-element-92f0b63 > .elementor-container {
  background: #ffffff;
  border: 1px solid rgba(13, 52, 68, 0.08);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(8, 39, 52, 0.08);
  padding: 56px 64px;
}

body.elementor-page-3049 .elementor-widget-text-editor,
body.elementor-page-3100 .elementor-widget-text-editor {
  width: 100%;
}

body.elementor-page-3049 .elementor-text-editor h1,
body.elementor-page-3100 .elementor-text-editor h1 {
  margin-bottom: 18px;
  color: var(--ucx-ink);
  font-size: clamp(2rem, 4vw, 3rem);
}

body.elementor-page-3049 .elementor-text-editor p,
body.elementor-page-3049 .elementor-text-editor li,
body.elementor-page-3100 .elementor-text-editor p,
body.elementor-page-3100 .elementor-text-editor li {
  color: #47535d;
  font-size: 1.03rem;
  line-height: 1.8;
}

body.elementor-page-3049 .elementor-text-editor strong,
body.elementor-page-3100 .elementor-text-editor strong {
  color: var(--ucx-ink);
}

body.elementor-page-3049 .elementor-text-editor ul,
body.elementor-page-3100 .elementor-text-editor ul {
  padding-left: 1.25rem;
}

body.elementor-page-3049 .elementor-widget-image img,
body.elementor-page-3100 .elementor-widget-image img {
  border-radius: 18px;
}

@media (max-width: 768px) {
  body.elementor-page-3049 .site-branding,
  body.elementor-page-3100 .site-branding {
    max-width: none;
  }

  body.elementor-page-3049 .ast-mobile-menu-buttons,
  body.elementor-page-3100 .ast-mobile-menu-buttons {
    display: block !important;
  }

  body.elementor-page-3049 .site-logo-img img,
  body.elementor-page-3100 .site-logo-img img {
    width: 120px !important;
    max-width: 120px !important;
  }

  body.elementor-page-3049 .site-description,
  body.elementor-page-3100 .site-description {
    font-size: 0.7rem;
  }

  body.elementor-page-3049 .main-header-bar-navigation,
  body.elementor-page-3100 .main-header-bar-navigation {
    display: none !important;
  }

  body.elementor-page-3049 .ast-main-header-nav-open .main-header-bar-navigation,
  body.elementor-page-3100 .ast-main-header-nav-open .main-header-bar-navigation {
    display: block !important;
  }

  body.elementor-page-3049 #primary-menu,
  body.elementor-page-3100 #primary-menu {
    display: block !important;
    width: 100%;
  }

  body.elementor-page-3049 #primary-menu > li,
  body.elementor-page-3100 #primary-menu > li {
    margin-left: 0 !important;
  }

  .ucx-legal-hero__inner {
    padding: 88px 20px 72px;
  }

  .ucx-legal-shell {
    margin-top: -36px;
    padding: 0 16px;
  }

  body.elementor-page-3049 .elementor-element-139455d > .elementor-container,
  body.elementor-page-3100 .elementor-element-92f0b63 > .elementor-container {
    border-radius: 18px;
    padding: 28px 22px;
  }
}

.ucx-contact-form {
  display: grid;
  gap: 16px;
}

.ucx-contact-form__intro {
  margin: 0 0 8px;
  color: #5f6475;
}

.ucx-contact-form__field {
  display: block;
}

.ucx-contact-form__field input,
.ucx-contact-form__field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d7dbe7;
  border-radius: 3px;
  background: #ffffff;
  color: #393a56;
  font: inherit;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.ucx-contact-form__field textarea {
  min-height: 150px;
  resize: vertical;
}

.ucx-contact-form__field input:focus,
.ucx-contact-form__field textarea:focus {
  outline: none;
  border-color: var(--ucx-accent);
  box-shadow: 0 0 0 3px rgba(27, 96, 116, 0.15);
}

.ucx-contact-form__honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.ucx-contact-form__submit {
  justify-self: start;
  min-width: 140px;
  padding: 12px 24px;
  border: 0;
  border-radius: 3px;
  background: var(--ucx-accent);
  color: #ffffff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    opacity 0.2s ease;
}

.ucx-contact-form__submit:hover,
.ucx-contact-form__submit:focus {
  background: var(--ucx-accent-hover);
}

.ucx-contact-form__submit[disabled] {
  opacity: 0.7;
  cursor: wait;
}

.ucx-contact-form__status {
  min-height: 24px;
  margin: 0;
  font-size: 0.95rem;
}

.ucx-contact-form__status.is-success {
  color: #177245;
}

.ucx-contact-form__status.is-error {
  color: #bf3030;
}

.ucx-contact-form__note {
  margin: -4px 0 0;
  color: #6f7482;
  font-size: 0.92rem;
}

body.elementor-page-3049 footer .elementor-container,
body.elementor-page-3100 footer .elementor-container {
  max-width: 1240px;
  margin: 0 auto;
}
