pn-button-dropdown .pn-button-dropdown > pn-button > .pn-button {
  min-height: initial;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
@media screen and (max-width: 767px) {
  .sr-only-mobile {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}

pn-animated-tile .pn-animated-tile__container {
  position: relative;
  border-radius: 2.4rem;
  height: 56rem;
  cursor: default;
}
pn-animated-tile .pn-animated-tile__content {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  background-color: transparent;
}
pn-animated-tile [slot=side-a],
pn-animated-tile [slot=side-b] {
  position: absolute;
  align-self: stretch;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
pn-animated-tile [slot=side-a] {
  padding: 0;
  opacity: 1;
}
pn-animated-tile [slot=side-b] {
  z-index: -1;
  padding: 2.4rem 2.4rem 7rem 2.4rem;
  opacity: 0;
  transform: translateY(50px);
}
pn-animated-tile .pn-animated-tile__toggle {
  z-index: 2;
  position: absolute;
  bottom: 2.4rem;
  right: 2.4rem;
  padding: 0.8rem;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background-color: #ffffff;
  transition: background-color 0.45s ease-in-out;
}
pn-animated-tile .pn-animated-tile__toggle pn-icon {
  background-color: #ffffff;
  transition: background-color 0.45s ease-in-out, transform 0.45s ease-in-out 0.5s;
}
pn-animated-tile .pn-animated-tile__toggle:hover {
  background-color: #e9e6e5;
}
pn-animated-tile .pn-animated-tile__toggle:hover pn-icon {
  background-color: #e9e6e5;
}
pn-animated-tile .button-tooltip {
  display: none;
}

.cat-animate [slot=side-a],
.cat-animate [slot=side-b] {
  transition: opacity 0.45s ease-in-out, transform 0.45s ease-in-out 0.5s;
}
.cat-animate.fade [slot=side-a] {
  opacity: 0;
  z-index: -1;
}
.cat-animate.fade [slot=side-b] {
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.cat-animate.fade--reversed [slot=side-a] {
  opacity: 1;
  transition-delay: 0.5s;
}
.cat-animate.fade--reversed [slot=side-b] {
  opacity: 0;
  transform: translateY(50px);
}
.cat-animate.toggle.animate pn-icon {
  transform: rotate(45deg);
}

[data-cat-theme=white] .pn-animated-tile__container {
  background-color: #ffffff;
}
[data-cat-theme=white] .pn-animated-tile__toggle {
  background-color: #00a0d6;
}
[data-cat-theme=white] .pn-animated-tile__toggle pn-icon {
  background-color: #00a0d6;
}
[data-cat-theme=white] .pn-animated-tile__toggle pn-icon svg > path {
  fill: #ffffff;
}
[data-cat-theme=white] .pn-animated-tile__toggle:hover {
  background-color: #005d92;
}
[data-cat-theme=white] .pn-animated-tile__toggle:hover pn-icon {
  background-color: #005d92;
}
[data-cat-theme=white] .pn-animated-tile__toggle:focus, [data-cat-theme=white] .pn-animated-tile__toggle:focus-visible {
  outline-color: #005d92;
}

[data-cat-theme=coral400] .pn-animated-tile__container {
  background-color: #f06365;
}
[data-cat-theme=coral400] .pn-animated-tile__toggle {
  background-color: #ffffff;
}
[data-cat-theme=coral400] .pn-animated-tile__toggle pn-icon {
  background-color: #ffffff;
}
[data-cat-theme=coral400] .pn-animated-tile__toggle pn-icon svg > path {
  fill: #f06365;
}
[data-cat-theme=coral400] .pn-animated-tile__toggle:focus, [data-cat-theme=coral400] .pn-animated-tile__toggle:focus-visible {
  outline-color: #f06365;
}

[data-cat-theme=private] .pn-animated-tile__container {
  background-color: #00a0d6;
}
[data-cat-theme=private] .pn-animated-tile__toggle {
  background-color: #ffffff;
}
[data-cat-theme=private] .pn-animated-tile__toggle pn-icon {
  background-color: #ffffff;
}
[data-cat-theme=private] .pn-animated-tile__toggle pn-icon svg > path {
  fill: #00a0d6;
}
[data-cat-theme=private] .pn-animated-tile__toggle:focus, [data-cat-theme=private] .pn-animated-tile__toggle:focus-visible {
  outline-color: #00a0d6;
}

[data-cat-theme=business] .pn-animated-tile__container {
  background-color: #0d234b;
}
[data-cat-theme=business] .pn-animated-tile__toggle {
  background-color: #ffffff;
}
[data-cat-theme=business] .pn-animated-tile__toggle pn-icon {
  background-color: #ffffff;
}
[data-cat-theme=business] .pn-animated-tile__toggle pn-icon svg > path {
  fill: #0d234b;
}
[data-cat-theme=business] .pn-animated-tile__toggle:focus, [data-cat-theme=business] .pn-animated-tile__toggle:focus-visible {
  outline-color: #0d234b;
}

[data-cat-theme=hybrid] .pn-animated-tile__container {
  background-color: #e9e6e5;
}
[data-cat-theme=hybrid] .pn-animated-tile__toggle {
  background-color: #ffffff;
}
[data-cat-theme=hybrid] .pn-animated-tile__toggle pn-icon {
  background-color: #ffffff;
}
[data-cat-theme=hybrid] .pn-animated-tile__toggle pn-icon svg > path {
  fill: #005d92;
}
[data-cat-theme=hybrid] .pn-animated-tile__toggle:focus, [data-cat-theme=hybrid] .pn-animated-tile__toggle:focus-visible {
  outline-color: #005d92;
}

[data-cat-firstpage-only=true] [slot=side-b],
[data-cat-firstpage-only=true] .pn-animated-tile__toggle {
  display: none;
}