*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
    --header-height: 79px;
  }
}
@media (prefers-reduced-motion: no-preference) and (min-width: 1366px) {
  :root {
    --header-height: 86px;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1:first-child, .h1:first-child,
h2:first-child, .h2:first-child,
h3:first-child, .h3:first-child,
h4:first-child, .h4:first-child,
h5:first-child, .h5:first-child,
h6:first-child, .h6:first-child {
  padding-top: 0;
}
h1:last-child, .h1:last-child,
h2:last-child, .h2:last-child,
h3:last-child, .h3:last-child,
h4:last-child, .h4:last-child,
h5:last-child, .h5:last-child,
h6:last-child, .h6:last-child {
  margin-bottom: 0;
}

p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ul {
  padding: 0;
  margin: 25px 0 25px 25px;
  list-style: disc inside;
}
ul:last-child {
  margin-bottom: 0;
}
ul ul {
  list-style-type: circle;
}
ul ul ul {
  list-style-type: square;
}

ol {
  padding: 0;
  margin: 25px 0 25px 25px;
  list-style-position: inside;
}
ol:last-child {
  margin-bottom: 0;
}

ul.wp-block-list .block-editor-rich-text__editable, ol.wp-block-list .block-editor-rich-text__editable {
  display: inline-block;
}

li > ol,
li > ul {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

dl {
  margin-bottom: 20px;
}

dd {
  margin: 0 20px 20px;
}

dt {
  font-weight: 700;
}

blockquote, q {
  padding: 0 0 0 40px;
  position: relative;
  display: block;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

mark {
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: _rem(12);
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -4px;
}

sup {
  top: -8px;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre {
  background-color: #eee;
  font-size: _rem(17);
  line-height: 1.5;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: auto;
  padding: 15px;
  text-align: left;
}
[dir=rtl] pre {
  text-align: right;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: _rem(16);
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
  overflow: auto;
  font-size: _rem(14);
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: _rem(14);
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

code {
  background-color: #f9f9f9;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 3px;
}

figure {
  margin: 0 0 15px;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
  width: 100%;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 15px 0 25px;
}
table caption {
  caption-side: top;
  text-align: center;
  padding-top: 0;
  padding-bottom: 10px;
  color: #6c757d;
}
table thead {
  background-color: #f9f9f9;
}
table tbody tr {
  border-bottom: 1px solid #eee;
}
table tbody tr:last-child {
  border-bottom: none;
}
table tfoot {
  background-color: #f9f9f9;
}
table th, table td {
  padding: 10px 15px;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

kbd {
  padding: 2px 5px;
  border-radius: 4px;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

embed,
iframe,
object {
  margin-bottom: 20px;
  max-width: 100%;
}

button:focus,
input:focus {
  outline: 0;
}

.pna-header {
  --glenmede-dark-blue: #003147;
  top: var(--wp-admin--admin-bar--height, 0px);
  left: 0;
  position: fixed;
  z-index: 100;
  width: 100%;
  transition: transform 0.4s;
}
.pna-header.hide {
  transform: translateY(calc((100% + var(--wp-admin--admin-bar--height, 0px)) * -1));
}
.pna-header__wrapper {
  position: relative;
  background-color: var(--wp--preset--color--dark-blue);
  height: var(--header-height);
}
.pna-header__wrapper > .pna-container-wide {
  height: 100%;
}
@media (min-width: 1200px) {
  .pna-header__container-wide {
    max-width: calc(100% - 80px) !important;
  }
}
@media (min-width: 1920px) {
  .pna-header__container-wide {
    max-width: 1760px !important;
  }
}
.pna-header__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.pna-header__logo {
  max-width: 127px;
}
.pna-header__nav {
  opacity: 0;
  transform: translateX(100%);
  position: fixed;
  top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--header-height));
  left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding: 30px 0;
  width: 100%;
  height: calc(100vh - var(--wp-admin--admin-bar--height, 0px) - var(--header-height));
  background-color: var(--wp--preset--color--off-white);
  transition: transform 0.4s, opacity 0.4s;
  pointer-events: none;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 1366px) {
  .pna-header__nav {
    opacity: 1;
    transform: none;
    position: static;
    flex-direction: row;
    padding: 0;
    height: 100%;
    background-color: transparent;
    pointer-events: auto;
    overflow: hidden;
  }
}
.pna-mob-nav-open .pna-header__nav {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.pna-header__menu {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  margin: 0 auto;
  max-width: var(--wp--style--global--wide-size);
  width: 100%;
  list-style: none;
}
@media (min-width: 1366px) {
  .pna-header__menu {
    flex-direction: row;
    justify-content: center;
    column-gap: 22px;
    margin: 0 auto;
  }
}
.pna-header__menu-wrap {
  width: 100%;
  height: 100%;
  display: flex;
}
.pna-header__menu > li {
  padding: 10px;
}
@media (min-width: 1366px) {
  .pna-header__menu > li {
    display: flex;
    align-items: center;
    padding: 0;
  }
}
@media (hover: hover) {
  .pna-header__menu > li:hover > .pna-header__menu-link-wrapper {
    border-bottom: 1px solid var(--wp--preset--color--golden-rod);
  }
}
.pna-header__menu > li.menu-item-has-children > a:not(.pna-btn) {
  font-size: 18px;
  color: var(--wp--preset--color--dark-blue);
  line-height: 1.8;
}
@media (min-width: 1366px) {
  .pna-header__menu > li.menu-item-has-children > a:not(.pna-btn) {
    color: var(--wp--preset--color--off-white);
  }
}
.pna-header__menu > li.menu-item-has-children.hovered:hover > .pna-header__sub-menu {
  opacity: 1;
  pointer-events: auto;
}
.pna-header__menu > li.menu-item-has-children.hovered:hover .pna-header__menu-link-toggle::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.pna-header__menu > li > .pna-header__menu-link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: 0.4s;
}
@media (min-width: 1366px) {
  .pna-header__menu > li > .pna-header__menu-link-wrapper {
    border-bottom: 1px solid transparent;
  }
}
.pna-header__menu > li > .pna-header__menu-link-wrapper > a {
  font-size: 18px;
  color: var(--glenmede-dark-blue);
  line-height: 1.8;
  white-space: nowrap;
}
@media (min-width: 1366px) {
  .pna-header__menu > li > .pna-header__menu-link-wrapper > a {
    color: var(--wp--preset--color--off-white);
  }
}
.pna-header__menu-link-toggle {
  flex: 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
}
.pna-header__menu-link-toggle > svg {
  transition: transform 0.4s;
}
.pna-header__menu-link-toggle.active svg {
  transform: rotate(180deg);
}
.pna-header__sub-menu {
  height: 0;
  overflow: hidden;
  transition: 0.4s;
}
@media (min-width: 1366px) {
  .pna-header__sub-menu {
    opacity: 0;
    transform: none;
    position: absolute;
    top: calc(var(--header-height));
    left: 0;
    padding: 55px 0 75px;
    background-color: var(--wp--preset--color--off-white);
    width: 100%;
    height: auto;
    overflow: visible;
    pointer-events: none;
    box-shadow: 0 25px 26px 0 rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #F2F2F5;
  }
}
.pna-header__sub-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
}
@media (min-width: 1366px) {
  .pna-header__sub-menu::before {
    display: none;
  }
}
.pna-header__side {
  display: flex;
  flex-direction: column;
  row-gap: 34px;
  margin: 0 auto;
  max-width: var(--wp--style--global--wide-size);
  width: 100%;
}
@media (min-width: 1366px) {
  .pna-header__side {
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
    margin: 0 0 0 auto;
    max-width: unset;
    width: auto;
  }
}
.pna-header__side > a:not(.pna-btn) {
  padding: 10px;
  font-size: 18px;
  color: var(--glenmede-dark-blue);
  line-height: 1.8;
}
@media (min-width: 1366px) {
  .pna-header__side > a:not(.pna-btn) {
    padding: 0;
    color: var(--wp--preset--color--off-white);
  }
}
@media (hover: hover) {
  .pna-header__side > a:not(.pna-btn).pna-header__login {
    transition: color 0.4s;
  }
  .pna-header__side > a:not(.pna-btn).pna-header__login:hover {
    color: var(--wp--preset--color--golden-rod);
  }
}
.pna-header__side > .pna-btn {
  width: 100%;
}
@media (max-width: calc(1366px - 1px)) {
  .pna-header__side > .pna-btn {
    padding: 16px 20px;
    background-color: transparent;
    color: var(--wp--preset--color--dark-grey);
  }
}
@media (min-width: 1366px) {
  .pna-header__side > .pna-btn {
    width: fit-content;
    white-space: nowrap;
  }
}
.pna-header__login {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.pna-header__login > svg {
  flex-shrink: 0;
  order: 1;
}
@media (min-width: 1366px) {
  .pna-header__login > svg {
    order: 0;
  }
}
.pna-header__burger {
  position: relative;
  flex: 0 0 24px;
  height: 8px;
}
@media (min-width: 1366px) {
  .pna-header__burger {
    display: none;
  }
}
.pna-header__burger > span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background-color: var(--wp--preset--color--off-white);
}
.pna-header__burger > span:nth-child(1), .pna-header__burger > span:nth-child(2) {
  transition: transform 0.4s, top 0.4s 0.4s;
}
.pna-header__burger > span:nth-child(1) {
  top: 0;
}
.pna-header__burger > span:nth-child(2) {
  top: 6px;
}
.pna-header__burger.active > span:nth-child(1), .pna-header__burger.active > span:nth-child(2) {
  top: 50%;
  transition: top 0.4s, transform 0.4s 0.4s;
}
.pna-header__burger.active > span:nth-child(1) {
  transform: translateX(-50%) rotate(-45deg);
}
.pna-header__burger.active > span:nth-child(2) {
  transform: translateX(-50%) rotate(45deg);
}
@media (min-width: 1366px) {
  .pna-header__nav-container {
    display: flex;
    gap: 50px;
    margin: 0 auto;
    max-width: var(--wp--style--global--wide-size);
    width: 100%;
  }
}
.pna-header__nav-container .sub-menu {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pna-header__nav-container .sub-menu-level-1 {
  padding: 0 25px;
}
@media (min-width: 1366px) {
  .pna-header__nav-container .sub-menu-level-1 {
    flex-direction: row;
    gap: 50px;
    flex: 1 1 100%;
    padding: 20px 0 0;
  }
}
.pna-header__nav-container .sub-menu-level-1 > .menu-item {
  flex: 1 1 50%;
}
.pna-header__nav-container .sub-menu-level-1 > .menu-item > .pna-header__menu-link-wrapper {
  display: none;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: var(--wp--preset--color--cool-grey);
  letter-spacing: 2.88px;
  text-transform: uppercase;
}
@media (min-width: 1366px) {
  .pna-header__nav-container .sub-menu-level-1 > .menu-item > .pna-header__menu-link-wrapper.visible {
    display: block;
  }
}
@media (min-width: 1366px) {
  .pna-header__nav-container .sub-menu-level-2 .pna-header__menu-link-wrapper > a {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
  }
}
@media (min-width: 1366px) and (hover: hover) {
  .pna-header__nav-container .sub-menu-level-2 .pna-header__menu-link-wrapper > a .pna-header__menu-link-title {
    transition: color 0.4s;
  }
  .pna-header__nav-container .sub-menu-level-2 .pna-header__menu-link-wrapper > a:hover .pna-header__menu-link-title {
    color: var(--wp--preset--color--golden-rod);
  }
}
.pna-header__nav-container .sub-menu-level-2 .pna-header__menu-link-wrapper > a > img {
  flex-shrink: 0;
  width: 24px;
  height: auto;
}
@media (max-width: calc(1366px - 1px)) {
  .pna-header__nav-container .sub-menu-level-2 .pna-header__menu-link-wrapper > a > img {
    display: none;
  }
}
@media (min-width: 1366px) {
  .pna-header__nav-container .sub-menu-level-2 .pna-header__menu-link-textual {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .pna-header__nav-container .sub-menu-level-2 .pna-header__menu-link-textual {
    position: relative;
  }
  .pna-header__nav-container .sub-menu-level-2 .pna-header__menu-link-textual:before {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    width: 20px;
    height: 15px;
    background-image: url(../img/arrow-rigth.svg);
  }
}
@media (min-width: 1366px) {
  .pna-header__nav-container .sub-menu-level-2 .pna-header__menu-link-title {
    font-family: var(--wp--preset--font-family--cormorant-garamond);
    font-size: 22px;
    font-weight: 500;
    line-height: 120%;
  }
}
.pna-header__nav-container .sub-menu-level-2 .pna-header__menu-link-desc {
  display: none;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .pna-header__nav-container .sub-menu-level-2 .pna-header__menu-link-desc {
    font-size: 14px;
    display: block;
  }
}
@media (min-width: 1366px) {
  .pna-header__nav-container .sub-menu-level-2 .pna-header__menu-link-desc {
    display: block;
  }
}
@media (min-width: 1366px) {
  .pna-header__nav-container .sub-menu-level-2 .pna-header__menu-link-tile {
    display: flex;
    padding: 20px 40px;
    background-color: var(--wp--preset--color--beige);
  }
  .pna-header__nav-container .sub-menu-level-2 .pna-header__menu-link-tile .pna-header__menu-link-textual {
    row-gap: 12px;
  }
}
.pna-header__nav-container .sub-menu-level-2 .pna-header__menu-link-cta {
  display: none;
}
@media (min-width: 1366px) {
  .pna-header__nav-container .sub-menu-level-2 .pna-header__menu-link-cta {
    display: flex;
    align-items: center;
    column-gap: 11px;
  }
  .pna-header__nav-container .sub-menu-level-2 .pna-header__menu-link-cta > svg {
    flex-shrink: 0;
  }
}
.pna-header__nav-container .sub-menu a {
  color: var(--wp--preset--color--dark-blue);
}
.pna-header__card {
  display: none;
}
@media (min-width: 1366px) {
  .pna-header__card {
    flex: 0 0 370px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding: 20px;
    background-color: var(--wp--preset--color--beige);
    color: var(--wp--preset--color--dark-blue);
  }
}
@media (hover: hover) {
  .pna-header__card .pna-header__card-thumbnail img {
    transition: transform 0.6s;
  }
  .pna-header__card .pna-header__card-title {
    transition: color 0.4s;
  }
  .pna-header__card:hover {
    color: var(--wp--preset--color--dark-blue);
  }
  .pna-header__card:hover .pna-header__card-thumbnail img {
    transform: scale(1.02);
  }
  .pna-header__card:hover .pna-header__card-title {
    color: var(--wp--preset--color--golden-rod);
  }
}
.pna-header__card-thumbnail {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.pna-header__card-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pna-header__card-info {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.pna-header__card-title {
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
}
.pna-header__card-link-text {
  display: flex;
  align-items: center;
  column-gap: 11px;
  padding: 6px 10px 6px 0;
}
.pna-header__card-link-text > svg {
  flex-shrink: 0;
}

.pna-notifications {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 15px 20px;
  background-color: var(--wp--preset--color--golden-rod);
  font-size: 14px;
  line-height: 1.55;
  color: var(--wp--preset--color--dark-blue);
}
@media (min-width: 992px) {
  .pna-notifications {
    justify-content: center;
  }
}
@media (hover: hover) {
  .pna-notifications > svg {
    transition: transform 0.4s;
  }
  .pna-notifications:hover > svg {
    transform: scale(1.2);
  }
}
.pna-notifications > svg {
  flex-shrink: 0;
}

@media (min-width: 768px) {
  :root {
    --wp--custom--container-gap: 100px;
  }
}
@media (min-width: 1200px) {
  :root {
    --wp--custom--container-gap: 200px;
  }
}

.pna-container {
  max-width: var(--wp--style--global--content-size);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pna-container-wide {
  max-width: var(--wp--style--global--wide-size);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pna-section-element {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .pna-section-element {
    padding: 80px 0;
  }
}
.pna-section-element.pna-off-white-section-element {
  background-color: var(--wp--preset--color--off-white);
}
.pna-section-element.pna-off-white-section-element + .pna-section-element.pna-off-white-section-element {
  padding-top: 0 !important;
}
.pna-section-element.pna-off-white-section-element .pna-eyebrow__text:before {
  background-color: var(--wp--preset--color--off-white);
}
.pna-section-element.pna-dark-blue-section-element {
  --dbn-color-heading: var(--wp--preset--color--off-white);
  --dbn-color-text: var(--wp--preset--color--off-white);
  --dbn-color-bg: var(--wp--preset--color--dark-blue);
  --dbn-color-outline: var(--wp--preset--color--off-white);
  background-color: var(--dbn-color-bg);
  color: var(--dbn-color-text);
}
.pna-section-element.pna-dark-blue-section-element a:not(.pna-btn),
.pna-section-element.pna-dark-blue-section-element h1, .pna-section-element.pna-dark-blue-section-element .h1,
.pna-section-element.pna-dark-blue-section-element h2, .pna-section-element.pna-dark-blue-section-element .h2,
.pna-section-element.pna-dark-blue-section-element h3, .pna-section-element.pna-dark-blue-section-element .h3,
.pna-section-element.pna-dark-blue-section-element h4, .pna-section-element.pna-dark-blue-section-element .h4,
.pna-section-element.pna-dark-blue-section-element h5, .pna-section-element.pna-dark-blue-section-element .h5,
.pna-section-element.pna-dark-blue-section-element h6, .pna-section-element.pna-dark-blue-section-element .h6 {
  color: var(--dbn-color-heading);
}
.pna-section-element.pna-dark-blue-section-element a:not(.pna-btn),
.pna-section-element.pna-dark-blue-section-element input,
.pna-section-element.pna-dark-blue-section-element .select2-selection {
  outline-color: var(--dbn-color-outline);
}
.pna-section-element.pna-dark-blue-section-element + .pna-section-element.pna-dark-blue-section-element {
  padding-top: 0 !important;
}
.pna-section-element.pna-dark-blue-section-element .keep-off-white {
  --dbn-color-heading: var(--wp--preset--color--dark-blue);
  --dbn-color-text: var(--wp--preset--color--dark-grey);
  --dbn-color-bg: var(--wp--preset--color--off-white);
  --dbn-color-outline: var(--wp--preset--color--dark-blue);
  background-color: var(--dbn-color-bg);
  color: var(--dbn-color-text);
}
.pna-section-element.pna-dark-blue-section-element .keep-beige {
  --dbn-color-heading: var(--wp--preset--color--dark-blue);
  --dbn-color-text: var(--wp--preset--color--dark-grey);
  --dbn-color-bg: var(--wp--preset--color--beige);
  --dbn-color-outline: var(--wp--preset--color--dark-blue);
  background-color: var(--dbn-color-bg);
  color: var(--dbn-color-text);
}
.pna-section-element.pna-dark-blue-section-element .pna-eyebrow__text:before {
  background-color: var(--wp--preset--color--dark-blue);
}
.pna-section-element.pna-dark-blue-section-element .pna-accordion__toggle::before,
.pna-section-element.pna-dark-blue-section-element .pna-accordion__toggle::after {
  background-color: var(--wp--preset--color--off-white);
}
.pna-section-element.pna-light-blue-section-element {
  background-color: var(--wp--preset--color--baby-blue);
}
.pna-section-element.pna-light-blue-section-element + .pna-section-element.pna-light-blue-section-element {
  padding-top: 0 !important;
}
.pna-section-element.pna-light-blue-section-element .pna-eyebrow__text:before {
  background-color: var(--wp--preset--color--baby-blue);
}
.pna-section-element.pna-beige-section-element {
  background-color: var(--wp--preset--color--beige);
}
.pna-section-element.pna-beige-section-element + .pna-section-element.pna-beige-section-element {
  padding-top: 0 !important;
}
.pna-section-element.pna-beige-section-element .pna-eyebrow__text:before {
  background-color: var(--wp--preset--color--beige);
}

.pna-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: fit-content;
  border: none;
  background-color: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.14;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.pna-btn_primary-dark, .pna-btn_primary-light {
  padding: 20px 30px;
  border-radius: 83px;
}
.pna-btn_primary-dark {
  background-color: var(--wp--preset--color--golden-rod);
  color: var(--wp--preset--color--dark-blue);
}
@media (hover: hover) {
  .pna-btn_primary-dark {
    transition: background-color 0.4s;
  }
  .pna-btn_primary-dark:hover {
    background-color: var(--wp--preset--color--off-white);
  }
  a:hover .pna-btn_primary-dark:not(a) {
    background-color: var(--wp--preset--color--off-white);
  }
}
.pna-btn_primary-light {
  background-color: var(--wp--preset--color--golden-rod);
  color: var(--wp--preset--color--dark-blue);
}
@media (hover: hover) {
  .pna-btn_primary-light {
    transition: 0.4s;
  }
  .pna-btn_primary-light:hover {
    background-color: var(--wp--preset--color--dark-blue);
    color: var(--wp--preset--color--off-white);
  }
  a:hover .pna-btn_primary-light:not(a) {
    background-color: var(--wp--preset--color--dark-blue);
    color: var(--wp--preset--color--off-white);
  }
}
.pna-btn_secondary-dark, .pna-btn_secondary-light {
  padding: 20px 30px;
  border-radius: 83px;
  border: 1px solid var(--wp--preset--color--golden-rod);
}
@media (hover: hover) {
  .pna-btn_secondary-dark, .pna-btn_secondary-light {
    transition: 0.4s;
  }
  .pna-btn_secondary-dark:hover, .pna-btn_secondary-light:hover {
    background-color: var(--wp--preset--color--golden-rod);
    color: var(--wp--preset--color--dark-blue);
  }
  a:hover .pna-btn_secondary-dark:not(a), a:hover .pna-btn_secondary-light:not(a) {
    background-color: var(--wp--preset--color--golden-rod);
    color: var(--wp--preset--color--dark-blue);
  }
}
.pna-btn_secondary-dark {
  background-color: var(--wp--preset--color--dark-blue);
  color: var(--wp--preset--color--off-white);
}
.pna-btn_secondary-light {
  color: var(--wp--preset--color--dark-blue);
}
.pna-btn_tertiary-dark, .pna-btn_tertiary-light {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (hover: hover) {
  .pna-btn_tertiary-dark:hover, .pna-btn_tertiary-light:hover {
    text-decoration-color: var(--wp--preset--color--golden-rod);
  }
  a:hover .pna-btn_tertiary-dark:not(a), a:hover .pna-btn_tertiary-light:not(a) {
    text-decoration-color: var(--wp--preset--color--golden-rod);
  }
}
.pna-btn_tertiary-dark, .pna-btn_tertiary-light {
  outline-offset: 10px !important;
}
@media (hover: hover) {
  .pna-btn_tertiary-dark:hover, .pna-btn_tertiary-light:hover {
    text-decoration-color: var(--wp--preset--color--golden-rod);
  }
}
.pna-btn_tertiary-dark {
  color: var(--wp--preset--color--off-white);
}
.pna-btn_tertiary-light {
  color: var(--wp--preset--color--dark-blue);
}

.pna-eyebrow {
  position: relative;
  padding-bottom: 22px;
}
.pna-eyebrow__text {
  margin: 0;
  padding: 0;
  font-family: var(--wp--preset--font-family--lato);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
  text-transform: uppercase;
  letter-spacing: 2.88px;
}
.pna-eyebrow__bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  overflow: hidden;
}
.pna-eyebrow__bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--wp--preset--color--golden-rod);
}
.pna-eyebrow_till-right-edge {
  width: calc(100vw - (100vw - 100%) / 2);
  padding-right: calc((100vw - 100%) / 2);
}
.pna-eyebrow_no-bar {
  padding-bottom: 0;
}
.pna-eyebrow_no-bar .pna-eyebrow__bar {
  display: none;
}
.pna-eyebrow_bar-inline {
  position: relative;
  padding-bottom: 0;
}
.pna-eyebrow_bar-inline .pna-eyebrow__text {
  position: relative;
  z-index: 1;
  display: inline-flex;
}
.pna-eyebrow_bar-inline .pna-eyebrow__text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 26px);
  height: 100%;
  background-color: var(--wp--preset--color--off-white);
}
.pna-eyebrow_bar-inline .pna-eyebrow__text > span {
  position: relative;
}
.pna-eyebrow_bar-inline .pna-eyebrow__bar {
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
}
.pna-eyebrow_bar-fullscreen .pna-eyebrow__bar {
  left: unset;
  right: 0;
  width: 100vw;
}

.pna-head {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.pna-head__heading {
  margin: 0 !important;
  padding: 0 !important;
}
.pna-head__description {
  font-size: 18px;
  line-height: 1.8;
}
.pna-head_is-hero {
  row-gap: 26px;
}
.pna-head_is-hero .pna-head__description {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.55;
}

.pna-accordion {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.pna-accordion .ui-state-active .pna-accordion__toggle::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.pna-accordion__item {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--wp--preset--color--ash-grey);
}
section:not([class*=_is-preview]) .pna-accordion__item {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.8s linear, transform 0.8s ease-in-out;
}
section:not([class*=_is-preview]) .pna-accordion__item.visible {
  opacity: 1;
  transform: translateY(0);
}
.pna-accordion__title {
  display: flex;
  align-items: center;
  column-gap: 14px;
  cursor: pointer;
  outline-offset: 10px;
}
.pna-accordion__title > .h4 {
  margin: 0 !important;
  padding: 0 !important;
}
.pna-accordion__title > img {
  flex-shrink: 0;
  width: 36px;
  height: auto;
}
.pna-accordion__toggle {
  position: relative;
  flex-shrink: 0;
  margin-left: auto;
  width: 24px;
  height: 24px;
}
.pna-accordion__toggle::before, .pna-accordion__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--wp--preset--color--dark-blue);
}
.pna-accordion__toggle:before {
  width: 2px;
  height: 16px;
  transition: transform 0.4s;
}
.pna-accordion__toggle:after {
  width: 16px;
  height: 2px;
}
.pna-accordion__content > *:not(:last-child) {
  margin-bottom: 14px;
}
.pna-accordion__content::before {
  content: "";
  display: block;
  width: 100%;
  height: 14px;
}

.pna-resource-card {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  color: var(--wp--preset--color--dark-blue);
}
@media (hover: hover) {
  .pna-resource-card .pna-resource-card__thumbnail {
    overflow: hidden;
  }
  .pna-resource-card .pna-resource-card__thumbnail img {
    transform: scale(1);
    transition: transform 0.6s;
  }
  .pna-resource-card:hover .pna-resource-card__thumbnail img {
    transform: scale(1.02);
  }
}
.pna-resource-card__thumbnail {
  position: relative;
  aspect-ratio: 1/1;
}
@media (min-width: 1200px) {
  .pna-resource-card__thumbnail {
    max-height: 371px;
    aspect-ratio: 390/371;
  }
}
.pna-resource-card__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pna-resource-card__textual {
  padding-top: 19px;
  border-top: 1px solid var(--wp--preset--color--ash-grey);
}
.pna-resource-card__eyebrow {
  font-weight: 700;
  color: var(--wp--preset--color--cool-grey);
  line-height: 1.8;
  letter-spacing: 2.88px;
  text-transform: uppercase;
}
.pna-resource-card__title.h4 {
  margin: 0 0 24px;
  padding: 0;
}

.pna-swiper-navigation {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.pna-swiper-navigation__item {
  flex: 0 0 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  border: 1px solid var(--wp--preset--color--golden-rod);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s;
}
.pna-swiper-navigation__item.swiper-button-lock {
  display: none;
}
.pna-swiper-navigation__item:hover {
  background-color: var(--wp--preset--color--golden-rod);
  color: var(--wp--preset--color--dark-blue);
}

.pna-lines {
  position: absolute;
  inset: 0;
}
.pna-lines__line {
  position: absolute;
  background-color: #DCB147;
}
.pna-lines__line_top {
  width: 100%;
  height: 1px;
}
.pna-lines__line_right {
  width: 1px;
  height: 100%;
}
.pna-lines__line_bottom {
  width: 100%;
  height: 1px;
}
.pna-lines__line_left {
  width: 1px;
  height: 100%;
}
.pna-lines[data-animation=lines-to-right] .pna-lines__line_top {
  top: 0;
  left: 0;
}
.pna-lines[data-animation=lines-to-right] .pna-lines__line_right {
  top: 0;
  right: 0;
}
.pna-lines[data-animation=lines-to-right] .pna-lines__line_bottom {
  bottom: 0;
  right: 0;
}
.pna-lines[data-animation=lines-to-right] .pna-lines__line_left {
  bottom: 0;
  left: 0;
}
.pna-lines[data-animation=lines-to-left] .pna-lines__line_top {
  top: 0;
  right: 0;
}
.pna-lines[data-animation=lines-to-left] .pna-lines__line_right {
  right: 0;
  bottom: 0;
}
.pna-lines[data-animation=lines-to-left] .pna-lines__line_bottom {
  bottom: 0;
  left: 0;
}
.pna-lines[data-animation=lines-to-left] .pna-lines__line_left {
  top: 0;
  left: 0;
}

.pna-disclosure {
  padding: 50px 0;
  background-color: var(--wp--preset--color--off-white);
  font-size: 12px;
}
.pna-section-element .pna-disclosure, .pna-container-wide .pna-disclosure, .pna-container .pna-disclosure {
  padding: 0;
  background-color: transparent;
}
.pna-section-element .pna-disclosure > .pna-container-wide, .pna-container-wide .pna-disclosure > .pna-container-wide, .pna-container .pna-disclosure > .pna-container-wide {
  max-width: 100%;
}
.pna-disclosure ul {
  list-style-position: outside;
}
@media (min-width: 1200px) {
  .pna-disclosure {
    padding: 80px 0;
  }
}

*:focus,
a:focus,
button:focus {
  outline: 1px solid var(--wp--preset--color--dark-blue);
  outline-offset: 5px;
}
*:focus:not(:focus-visible),
a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: 0;
}
*:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 1px solid var(--wp--preset--color--dark-blue);
  outline-offset: 5px;
}
* .pna-resource-card:focus,
a .pna-resource-card:focus,
button .pna-resource-card:focus {
  outline-offset: 20px;
}
* .pna-resource-card:focus-visible,
a .pna-resource-card:focus-visible,
button .pna-resource-card:focus-visible {
  outline-offset: 20px;
}

input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]):focus:not(.clickable):not(.active), textarea:focus:not(.clickable):not(.active) {
  outline-width: 1px;
  outline-style: solid;
}

.pna-dark-blue-section-element *:focus,
.pna-dark-blue-section-element a:focus,
.pna-dark-blue-section-element button:focus {
  outline: 1px solid var(--wp--preset--color--off-white);
}
.pna-dark-blue-section-element *:focus:not(:focus-visible),
.pna-dark-blue-section-element a:focus:not(:focus-visible),
.pna-dark-blue-section-element button:focus:not(:focus-visible) {
  outline: 0;
}
.pna-dark-blue-section-element *:focus-visible,
.pna-dark-blue-section-element a:focus-visible,
.pna-dark-blue-section-element button:focus-visible {
  outline: 1px solid var(--wp--preset--color--off-white);
}

.main-wrapper > *:not([class*=-section-element]):not(.alignwide):not(.alignfull) {
  max-width: var(--wp--style--global--content-size);
}
.main-wrapper > *:not([class*=-section-element]):not(.alignfull) {
  margin-left: auto;
  margin-right: auto;
}
.main-wrapper > *:not([class*=-section-element]).alignwide {
  max-width: var(--wp--style--global--wide-size);
}
.main-wrapper > *:not([class*=-section-element]).alignfull {
  max-width: none;
}
.main-wrapper > ul.wp-block-list {
  padding-left: 15px;
  list-style: disc outside;
}

.admin-bar {
  --wp-admin--admin-bar--height: 46px;
}
@media (min-width: 783px) {
  .admin-bar {
    --wp-admin--admin-bar--height: 32px;
  }
}
.admin-bar .select2-dropdown {
  margin-top: var(--wp-admin--admin-bar--height);
}

.pna-eyebrow:not(.pna-eyebrow_no-bar) .pna-eyebrow__bar::before {
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pna-eyebrow:not(.pna-eyebrow_no-bar) .pna-eyebrow__text > span {
  transition: 0.4s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pna-eyebrow:not(.pna-eyebrow_no-bar):not(.visible) .pna-eyebrow__bar::before {
  transform: translateX(100%);
}
.pna-eyebrow:not(.pna-eyebrow_no-bar):not(.visible) .pna-eyebrow__text > span {
  opacity: 0;
}

.pna-head:not(.custom-animation) > * {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pna-head:not(.custom-animation) > *:nth-child(1) {
  transition-delay: 0s;
}
.pna-head:not(.custom-animation) > *:nth-child(2) {
  transition-delay: 0.15s;
}
.pna-head:not(.custom-animation) > *:nth-child(3) {
  transition-delay: 0.3s;
}
.pna-head:not(.custom-animation) > *:nth-child(4) {
  transition-delay: 0.45s;
}
.pna-head:not(.custom-animation).visible > * {
  opacity: 1;
  transform: translateY(0);
}

[data-animation=collapse-left] > img {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-animation=collapse-left].visible > img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

[data-animation=collapse-right] > img {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-animation=collapse-right].visible > img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

[data-animation=collapse-top] > img {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-animation=collapse-top].visible > img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.pna-lines__line {
  transition-timing-function: linear;
  transition-duration: 1s;
}
.pna-lines[data-animation=lines-to-right] .pna-lines__line_top {
  width: 0;
}
.pna-lines[data-animation=lines-to-right] .pna-lines__line_right {
  height: 0;
  transition-delay: 1s;
}
.pna-lines[data-animation=lines-to-right] .pna-lines__line_bottom {
  width: 0;
  transition-delay: 2s;
}
.pna-lines[data-animation=lines-to-right] .pna-lines__line_left {
  height: 0;
  transition-delay: 3s;
}
.pna-lines[data-animation=lines-to-left] .pna-lines__line_top {
  width: 0;
}
.pna-lines[data-animation=lines-to-left] .pna-lines__line_right {
  height: 0;
  transition-delay: 3s;
}
.pna-lines[data-animation=lines-to-left] .pna-lines__line_bottom {
  width: 0;
  transition-delay: 2s;
}
.pna-lines[data-animation=lines-to-left] .pna-lines__line_left {
  height: 0;
  transition-delay: 1s;
}
.pna-lines.visible .pna-lines__line_top {
  width: 100%;
}
.pna-lines.visible .pna-lines__line_right {
  height: 100%;
}
.pna-lines.visible .pna-lines__line_bottom {
  width: 100%;
}
.pna-lines.visible .pna-lines__line_left {
  height: 100%;
}

.pna-footer {
  padding-bottom: 50px;
  background-color: var(--wp--preset--color--dark-blue);
  overflow: hidden;
}
@media (min-width: 1200px) {
  .pna-footer {
    padding-bottom: 100px;
  }
}
.pna-footer + .pna-disclosure {
  padding-top: 0;
  background-color: var(--wp--preset--color--dark-blue);
  color: var(--wp--preset--color--off-white);
}
.pna-footer__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
@media (min-width: 1200px) {
  .pna-footer__wrapper {
    row-gap: 0;
  }
}
.pna-footer__top {
  position: relative;
  padding-top: 100px;
}
@media (min-width: 1200px) {
  .pna-footer__top {
    padding-top: 130px;
    padding-bottom: 174px;
  }
}
.pna-footer__image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  overflow: hidden;
}
.pna-footer__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(17, 30, 51, 0) 0%, #111E33 90.38%), linear-gradient(0deg, rgba(18, 26, 58, 0.2) 0%, rgba(18, 26, 58, 0.2) 100%);
}
.pna-footer__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  will-change: transform;
}
.pna-footer__cards {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 1200px) {
  .pna-footer__cards {
    flex-direction: row;
  }
}
.pna-footer__card {
  display: flex;
  flex-direction: column;
  row-gap: 19px;
  padding: 40px;
  background-color: var(--wp--preset--color--beige);
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s, transform 0.8s;
}
@media (min-width: 1200px) {
  .pna-footer__card {
    flex: 1;
  }
}
.pna-footer__card.visible {
  opacity: 1;
  transform: translateY(0);
}
.pna-footer__card-title {
  margin: 0 !important;
  padding: 0 0 19px !important;
  border-bottom: 1px solid var(--wp--preset--color--golden-rod);
}
.pna-footer__card-description {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.55;
}
.pna-footer__mid a:not(.pna-btn), .pna-footer__bot a:not(.pna-btn) {
  outline-color: var(--wp--preset--color--off-white);
}
.pna-footer__mid {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  padding-top: 25px;
  color: var(--wp--preset--color--off-white);
}
@media (min-width: 1200px) {
  .pna-footer__mid {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 112px;
    padding-bottom: 50px;
  }
}
.pna-footer__mid a:not(.pna-btn) {
  color: var(--wp--preset--color--off-white);
}
.pna-footer__nav {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
@media (min-width: 768px) {
  .pna-footer__nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px 80px;
  }
}
@media (min-width: 1200px) {
  .pna-footer__nav {
    flex-wrap: nowrap;
    column-gap: 80px;
  }
}
.pna-footer__nav-col {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media (min-width: 768px) {
  .pna-footer__nav-col {
    flex: 0 0 calc(50% - 40px);
  }
}
@media (min-width: 1200px) {
  .pna-footer__nav-col {
    flex: 1 1 auto;
    max-width: 200px;
  }
}
.pna-footer__nav-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 1.68px;
  text-transform: uppercase;
}
.pna-footer__nav-menu {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pna-footer__nav-menu li {
  font-size: 14px;
  line-height: 1.55;
}
@media (hover: hover) {
  .pna-footer__nav-menu a {
    transition: color 0.4s;
  }
  .pna-footer__nav-menu a:hover {
    color: var(--wp--preset--color--golden-rod);
  }
}
.pna-footer__logo {
  max-width: 125px;
  width: 100%;
}
@media (min-width: 1200px) {
  .pna-footer__logo {
    flex-shrink: 0;
  }
}
.pna-footer__bot {
  display: flex;
  flex-direction: column;
  gap: 50px;
  color: var(--wp--preset--color--light-grey);
}
@media (min-width: 1200px) {
  .pna-footer__bot {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.pna-footer__bot a:not(.pna-btn) {
  color: var(--wp--preset--color--light-grey);
}
.pna-footer__bot-text {
  order: 100;
  font-size: 14px;
  line-height: 1.55;
}
@media (min-width: 1200px) {
  .pna-footer__bot-text {
    order: 0;
  }
}
.pna-footer__bot-text > span {
  opacity: 0.5;
}
.pna-footer__bot-text > a {
  opacity: 0.5;
}
@media (hover: hover) {
  .pna-footer__bot-text > a {
    transition: opacity 0.4s;
  }
  .pna-footer__bot-text > a:hover {
    opacity: 1;
  }
}
.pna-footer__bot-menu {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .pna-footer__bot-menu {
    flex-direction: row;
    align-items: center;
    column-gap: 15px;
  }
}
.pna-footer__bot-menu li {
  font-size: 12px;
  line-height: 2.5;
}
.pna-footer__bot-menu li a {
  text-decoration: underline;
  opacity: 0.5;
}
@media (hover: hover) {
  .pna-footer__bot-menu li a {
    transition: opacity 0.4s;
  }
  .pna-footer__bot-menu li a:hover {
    opacity: 1;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 20px;
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-weight: 500;
  color: var(--wp--preset--color--dark-blue);
}

.h1 {
  font-size: clamp(3rem, 3rem + (1vw - 0.62rem) * 5.7692, 3.75rem);
  line-height: 1.14;
}

.h2 {
  font-size: clamp(2.625rem, 2.625rem + (1vw - 0.62rem) * 5.2885, 3.3125rem);
  line-height: 1.14;
}

.h3 {
  font-size: clamp(1.875rem, 1.875rem + (1vw - 0.62rem) * 5.7692, 2.625rem);
  line-height: 1.25;
}

.h4 {
  font-size: clamp(1.625rem, 1.625rem + (1vw - 0.62rem) * 2.8846, 2rem);
  line-height: 1.25;
}

.h5 {
  font-weight: 600;
  font-size: clamp(1.375rem, 1.375rem + (1vw - 0.62rem) * 2.8846, 1.75rem);
  line-height: 1.2;
}

.h6 {
  font-family: var(--wp--preset--font-family--lato);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: 2.88px;
  text-transform: uppercase;
}