:root {
  --urlwp-blue: #26a9e0;
  --urlwp-blue-dark: #168fc5;
  --urlwp-blue-soft: #7ad2f1;
  --urlwp-ink: #222222;
  --urlwp-muted: #666666;
  --urlwp-border: #e2e6e9;
  --urlwp-surface: #ffffff;
  --urlwp-content-width: 1600px;
  --urlwp-reading-width: 940px;
  --urlwp-sidebar-width: 253px;
  --urlwp-shadow: 0 8px 24px rgb(24 91 126 / 12%);
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

html {
  scroll-behavior: smooth;
}

body.urlwp-template-012 {
  margin: 0;
  background: #fff;
  color: var(--urlwp-ink);
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
    sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

body.urlwp-template-012 *,
body.urlwp-template-012 *::before,
body.urlwp-template-012 *::after {
  box-sizing: border-box;
}

body.urlwp-template-012 img {
  max-width: 100%;
  height: auto;
}

body.urlwp-template-012 a {
  color: #137ab0;
  text-decoration: none;
}

body.urlwp-template-012 a:hover,
body.urlwp-template-012 a:focus-visible {
  color: #075b85;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#wrapper {
  min-height: 100vh;
  background: #fff;
}

#header.urlwp-site-header {
  position: relative;
  z-index: 60;
  min-height: 106px;
  background: var(--urlwp-blue);
  color: #fff;
}

.urlwp-header-inner {
  width: min(var(--urlwp-content-width), 100%);
  min-height: 106px;
  padding: 20px 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.urlwp-logo-link {
  width: 205px;
  max-width: 18vw;
  min-height: 66px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  color: #fff !important;
}

.urlwp-site-logo {
  display: block;
  width: 205px;
  max-height: 66px;
  object-fit: contain;
  object-position: left center;
}

.urlwp-site-title {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}

.urlwp-primary-navigation {
  min-width: 0;
  margin-left: auto;
}

.urlwp-primary-menu,
.urlwp-primary-menu ul,
.urlwp-mobile-menu-list,
.urlwp-footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.urlwp-primary-menu {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}

.urlwp-primary-menu > li {
  position: relative;
  display: flex;
  align-items: center;
}

.urlwp-primary-menu > li > a {
  min-height: 44px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  white-space: nowrap;
}

.urlwp-primary-menu > li:hover > a,
.urlwp-primary-menu > li:focus-within > a,
.urlwp-primary-menu > li.current-menu-item > a,
.urlwp-primary-menu > li.active > a {
  color: #102938;
}

.sub-menu {
  position: absolute;
  z-index: 30;
  top: 100%;
  left: 0;
  display: none;
  width: 230px;
  padding: 8px !important;
  background: #fff;
  border: 1px solid var(--urlwp-border);
  box-shadow: var(--urlwp-shadow);
}

.menu-item-has-children:hover > .sub-menu,
.menu-item-has-children:focus-within > .sub-menu,
.menu-item-has-children.is-open > .sub-menu {
  display: block;
}

.sub-menu li {
  position: relative;
}

.sub-menu a {
  display: block;
  padding: 9px 10px;
  color: #222 !important;
  font-size: 14px;
  font-weight: 600;
}

.sub-menu a:hover,
.sub-menu a:focus-visible {
  background: #edf9fe;
}

.urlwp-submenu-toggle {
  width: 24px;
  min-width: 24px;
  height: 36px;
  padding: 0;
  margin-left: -8px;
  border: 0;
  background: transparent;
  color: currentcolor;
  cursor: pointer;
}

.urlwp-header-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
}

.urlwp-header-action {
  min-height: 34px;
  padding: 7px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #fff;
  color: #0c78a7 !important;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.urlwp-header-action-secondary {
  background: #126d98;
  color: #fff !important;
}

.urlwp-mobile-menu {
  display: none;
  width: 44px;
  height: 44px;
  padding: 9px;
  margin-left: auto;
  border: 0;
  background: transparent;
  color: #18323e;
  cursor: pointer;
}

.urlwp-mobile-menu > span:not(.screen-reader-text) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentcolor;
}

.urlwp-mobile-menu[aria-expanded="true"] > span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.urlwp-mobile-menu[aria-expanded="true"] > span:nth-child(2) {
  opacity: 0;
}

.urlwp-mobile-menu[aria-expanded="true"] > span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.urlwp-mobile-navigation {
  padding: 10px 24px 20px;
  background: #128fc5;
  border-top: 1px solid rgb(255 255 255 / 25%);
}

.urlwp-mobile-navigation[hidden] {
  display: none;
}

.urlwp-mobile-menu-list a {
  display: block;
  padding: 11px 4px;
  border-bottom: 1px solid rgb(255 255 255 / 22%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.urlwp-mobile-menu-list .sub-menu {
  position: static;
  width: auto;
  padding: 0 0 0 16px !important;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.urlwp-mobile-navigation .urlwp-header-actions {
  margin-top: 14px;
}

.urlwp-site-main {
  min-height: 55vh;
}

.urlwp-home-hero {
  position: relative;
  height: 765px;
  overflow: hidden;
  background: #eef9ff;
}

.urlwp-home-hero-background,
.urlwp-home-hero-background > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.urlwp-home-hero-background > img {
  object-fit: cover;
  filter: saturate(0.72) brightness(1.12);
  opacity: 0.52;
}

.urlwp-home-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 50% 92%, rgb(255 255 255 / 88%), transparent 33%),
    linear-gradient(180deg, rgb(219 244 255 / 45%), rgb(255 255 255 / 22%));
}

.urlwp-home-hero-panels {
  position: relative;
  z-index: 2;
  width: min(1140px, calc(100% - 80px));
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: end;
}

.urlwp-hero-panel {
  position: relative;
  height: 100%;
  padding: 58px 0 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.urlwp-hero-panel-image {
  width: 100%;
  max-height: 560px;
  display: block;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 18px 60px rgb(17 107 154 / 18%);
}

.urlwp-hero-panel > span {
  min-width: 290px;
  padding: 13px 46px;
  margin-top: 24px;
  border: 5px solid #77caee;
  border-radius: 999px;
  background: linear-gradient(#fff, #dff6ff);
  box-shadow: 0 5px 0 #2c9fd4;
  color: #1887bd;
  font-size: 25px;
  font-weight: 800;
  text-align: center;
}

.urlwp-front-page,
.urlwp-content-shell,
.urlwp-archive-shell {
  width: min(var(--urlwp-content-width), 100%);
  margin: 0 auto;
}

.urlwp-home-layout {
  display: grid;
  grid-template-columns: 253px minmax(0, 1fr) 253px;
  align-items: stretch;
}

.urlwp-front-content,
.urlwp-primary-column,
.urlwp-archive-primary {
  min-width: 0;
}

.urlwp-front-content {
  padding: 20px;
}

.urlwp-content-shell,
.urlwp-archive-shell {
  padding: 20px 32px 54px;
}

.urlwp-content-with-sidebar,
.urlwp-archive-with-sidebar {
  max-width: 1265px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 20px;
}

.urlwp-article,
.urlwp-archive-primary {
  min-width: 0;
  background: #fff;
}

.urlwp-entry-header {
  margin-bottom: 24px;
}

body.urlwp-template-012 h1,
body.urlwp-template-012 h2,
body.urlwp-template-012 h3,
body.urlwp-template-012 h4 {
  color: #181818;
  font-weight: 500;
  line-height: 1.24;
}

body.urlwp-template-012 h1 {
  margin: 0 0 28px;
  font-size: clamp(34px, 3.1vw, 46px);
}

body.urlwp-template-012 h2 {
  margin-top: 34px;
  font-size: clamp(27px, 2.2vw, 34px);
}

body.urlwp-template-012 h3 {
  margin-top: 28px;
  font-size: 24px;
}

.urlwp-entry-content {
  color: #222;
}

.urlwp-entry-content p,
.urlwp-archive-description p {
  margin: 0 0 1.3em;
}

.urlwp-entry-content img {
  display: block;
  margin: 20px auto;
}

.urlwp-entry-content figure {
  max-width: 100% !important;
  margin: 24px auto;
  text-align: center;
}

.urlwp-entry-content figcaption {
  color: #696969;
  font-size: 14px;
}

.urlwp-entry-content ul,
.urlwp-entry-content ol {
  margin: 0 0 1.4em 1.4em;
}

.urlwp-entry-content table,
.urlwp-archive-description table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
  background: #fff;
  font-size: 15px;
}

.urlwp-entry-content th,
.urlwp-entry-content td,
.urlwp-archive-description th,
.urlwp-archive-description td {
  padding: 11px 13px;
  border: 1px solid #b9dced;
  text-align: left;
  vertical-align: top;
}

.urlwp-entry-content th,
.urlwp-archive-description th {
  background: #e6f7ff;
  color: #115b7f;
  font-weight: 750;
}

.urlwp-entry-meta {
  margin: 0 0 10px;
  color: #777;
  font-size: 14px;
}

.urlwp-sidebar {
  min-width: 0;
  padding: 0;
  background: #fff;
}

.urlwp-version-tag {
  min-height: 83px;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #25a8df, #76d1f0);
  clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0 50%);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.urlwp-version-tag span {
  display: block;
  font-size: 20px;
}

.urlwp-side-box {
  padding: 13px;
  margin: 10px 10px 18px;
  border-radius: 12px;
  background: radial-gradient(circle farthest-corner at 10% 20%, #30ade2 0%, #7ad2f1 90.1%);
  box-shadow: 0 8px 20px rgb(36 139 187 / 15%);
  color: #06354b;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.urlwp-side-box h2 {
  padding-bottom: 8px;
  margin: 0 0 10px !important;
  border-bottom: 1px solid rgb(255 255 255 / 62%);
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 750 !important;
}

.urlwp-side-box p {
  margin: 0 0 10px;
}

.urlwp-side-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.urlwp-side-box li {
  padding: 7px 0;
  border-bottom: 1px solid rgb(255 255 255 / 45%);
}

.urlwp-side-box a {
  color: #06354b;
  font-weight: 650;
}

.urlwp-archive-header {
  padding: 0 0 24px;
}

.urlwp-archive-description {
  font-size: 17px;
}

.urlwp-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 20px;
}

.urlwp-post-grid > .urlwp-post-card:first-child {
  grid-column: span 2;
}

.urlwp-post-card {
  min-width: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #e7eaec;
}

.urlwp-card-link {
  display: block;
  color: inherit !important;
}

.urlwp-card-media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eaf7fd;
}

.urlwp-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 220ms ease;
}

.urlwp-card-link:hover .urlwp-card-media img {
  transform: scale(1.035);
}

.urlwp-card-copy {
  padding: 17px;
}

.urlwp-card-meta {
  margin: 0 0 7px;
  color: #747474;
  font-size: 13px;
}

.urlwp-card-title {
  margin: 0 0 10px !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}

.urlwp-card-excerpt {
  margin: 0;
  color: #505050;
  font-size: 14px;
}

.navigation.pagination {
  margin: 32px 0 0;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.nav-links .page-numbers {
  min-width: 38px;
  min-height: 38px;
  padding: 7px 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b9dced;
  color: #146e9b;
}

.nav-links .current {
  background: var(--urlwp-blue);
  color: #fff;
}

.urlwp-attachment {
  margin: 20px auto 30px;
  text-align: center;
}

.urlwp-attachment img {
  display: block;
  max-height: 720px;
  margin: 0 auto;
  object-fit: contain;
}

.urlwp-post-navigation {
  padding-top: 24px;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  border-top: 1px solid var(--urlwp-border);
}

.urlwp-post-navigation > div:last-child {
  text-align: right;
}

.urlwp-toc,
#ftwp-container,
.lwptoc,
#ez-toc-container {
  padding: 16px 18px;
  margin: 24px 0;
  border: 1px solid #b9dced;
  background: #f4fbff;
}

.urlwp-toc button,
#ftwp-trigger,
.lwptoc_header,
.ez-toc-toggle {
  color: #0d668f;
  font-weight: 750;
  cursor: pointer;
}

#ez-toc-container .ez-toc-title-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

#ez-toc-container .ez-toc-title {
  flex: 1;
  margin: 0;
  font-weight: 750;
}

#ez-toc-container .ez-toc-toggle {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-left: auto;
  border: 1px solid #b9dced;
  border-radius: 50%;
  background: #ffffff;
}

#ez-toc-container .ez-toc-toggle svg {
  width: 18px;
  height: 18px;
}

.urlwp-toc.is-collapsed ol,
#ftwp-container.is-collapsed #ftwp-list,
.lwptoc.is-collapsed .lwptoc_items,
#ez-toc-container.is-collapsed .ez-toc-list {
  display: none;
}

.accordion,
.urlwp-accordion {
  margin: 24px 0;
  border-top: 1px solid #b9dced;
}

.accordion-item,
.urlwp-accordion-item {
  border-bottom: 1px solid #b9dced;
}

.accordion-title,
.urlwp-accordion-item > button {
  position: relative;
  width: 100%;
  min-height: 50px;
  padding: 13px 46px 13px 14px;
  display: block;
  border: 0;
  background: #f4fbff;
  color: #164f6c;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.accordion-title::after,
.urlwp-accordion-item > button::after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "+";
  transform: translateY(-50%);
  font-size: 22px;
}

.accordion-title[aria-expanded="true"]::after,
.urlwp-accordion-item > button[aria-expanded="true"]::after {
  content: "−";
}

.accordion-inner,
.urlwp-accordion-panel {
  padding: 14px 16px;
  background: #fff;
}

.accordion-inner[hidden],
.urlwp-accordion-panel[hidden] {
  display: none;
}

.urlwp-site-footer {
  border-top: 1px solid #e2e6e9;
  background: #fff;
}

.urlwp-footer-grid {
  width: min(1265px, calc(100% - 64px));
  padding: 42px 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.urlwp-footer-grid h2 {
  margin: 0 0 16px !important;
  color: #222 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

.urlwp-footer-grid p,
.urlwp-footer-grid li {
  color: #4f4f4f;
  font-size: 14px;
}

.urlwp-footer-grid ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.urlwp-footer-grid li {
  padding: 5px 0;
}

.urlwp-footer-bottom {
  padding: 28px 24px;
  border-top: 1px solid #e7e7e7;
  text-align: center;
}

.urlwp-footer-bottom p {
  margin: 0;
  color: #606060;
  font-size: 14px;
}

.urlwp-back-to-top {
  position: fixed;
  z-index: 45;
  right: 20px;
  bottom: 20px;
  width: 42px;
  height: 42px;
  padding: 0;
  display: grid;
  visibility: hidden;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--urlwp-blue);
  color: #fff;
  opacity: 0;
  cursor: pointer;
  transition: opacity 160ms ease, visibility 160ms ease;
}

.urlwp-back-to-top.is-visible {
  visibility: visible;
  opacity: 1;
}

.urlwp-not-found {
  max-width: 720px;
  padding: 90px 24px;
  margin: 0 auto;
  text-align: center;
}

.urlwp-error-code {
  margin: 0;
  color: var(--urlwp-blue);
  font-size: 80px;
  font-weight: 800;
}

.urlwp-button {
  min-height: 42px;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  background: var(--urlwp-blue);
  color: #fff !important;
}

@media (max-width: 1350px) {
  .urlwp-header-inner {
    padding-inline: 24px;
    gap: 12px;
  }

  .urlwp-logo-link,
  .urlwp-site-logo {
    width: 175px;
  }

  .urlwp-primary-menu > li > a {
    padding-inline: 7px;
    font-size: 12px;
  }

  .urlwp-header-action {
    padding-inline: 9px;
  }
}

@media (max-width: 1100px) {
  .urlwp-home-layout {
    grid-template-columns: 210px minmax(0, 1fr) 210px;
  }

  .urlwp-content-with-sidebar,
  .urlwp-archive-with-sidebar {
    grid-template-columns: minmax(0, 1fr) 220px;
  }

  .urlwp-primary-menu > li > a {
    padding-inline: 6px;
    font-size: 11px;
  }

  .urlwp-header-actions {
    display: none;
  }
}

@media (max-width: 849px) {
  #header.urlwp-site-header {
    min-height: 76px;
  }

  .urlwp-header-inner {
    min-height: 76px;
    padding: 10px 24px;
  }

  .urlwp-logo-link,
  .urlwp-site-logo {
    width: 154px;
    max-width: 62vw;
    max-height: 56px;
  }

  .urlwp-primary-navigation,
  .urlwp-header-inner > .urlwp-header-actions {
    display: none;
  }

  .urlwp-mobile-menu {
    display: block;
  }

  .urlwp-mobile-navigation .urlwp-header-actions {
    display: flex;
  }

  .urlwp-home-hero {
    height: 580px;
  }

  .urlwp-home-hero-panels {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
  }

  .urlwp-hero-panel {
    padding: 42px 0 56px;
  }

  .urlwp-hero-panel-right {
    display: none;
  }

  .urlwp-hero-panel-image {
    max-height: 400px;
  }

  .urlwp-hero-panel > span {
    min-width: 245px;
    padding: 10px 30px;
    font-size: 20px;
  }

  .urlwp-home-layout,
  .urlwp-content-with-sidebar,
  .urlwp-archive-with-sidebar {
    display: block;
  }

  .urlwp-home-layout > .urlwp-sidebar,
  .urlwp-content-with-sidebar > .urlwp-sidebar,
  .urlwp-archive-with-sidebar > .urlwp-sidebar {
    display: none;
  }

  .urlwp-content-shell,
  .urlwp-archive-shell {
    width: 100%;
    padding: 28px 22px 46px;
  }

  .urlwp-front-content {
    padding: 38px 30px 48px;
  }

  body.urlwp-template-012 h1 {
    font-size: 40px;
  }

  .urlwp-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .urlwp-footer-grid {
    width: calc(100% - 48px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 549px) {
  .urlwp-home-hero {
    height: 580px;
  }

  .urlwp-hero-panel-image {
    max-height: 340px;
  }

  .urlwp-front-content {
    padding-inline: 30px;
  }

  body.urlwp-template-012 {
    font-size: 16px;
  }

  body.urlwp-template-012 h1 {
    font-size: 40px;
  }

  body.urlwp-template-012 h2 {
    font-size: 29px;
  }

  .urlwp-post-grid {
    grid-template-columns: 1fr;
  }

  .urlwp-post-grid > .urlwp-post-card:first-child {
    grid-column: auto;
  }

  .urlwp-post-navigation {
    grid-template-columns: 1fr;
  }

  .urlwp-post-navigation > div:last-child {
    text-align: left;
  }

  .urlwp-footer-grid {
    grid-template-columns: 1fr;
  }

  .urlwp-entry-content table,
  .urlwp-archive-description table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
